HEX: #B8887F
RGB: (184,136,127)
#B8887F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B8887F ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B8887F wird in RGB als (184,136,127) definiert.
RGB: (184,136,127) (72%,53%,50%)
R 184 von 255 = 72%
G 136 von 255 = 53%
B 127 von 255 = 50%
R + G + B ~ 58%. #B8887F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
184 + 136 + 127 = 447 (100%)
R 184 von 447 ~ 41.16%
G 136 von 447 ~ 30.43%
B 127 von 447 ~ 28.41%
Die Farbe #B8887F wird in CMYK als (0,26,31,28) definiert.
CMYK: (0,26,31,28) C0M26Y31K28 (0%,26%,31%,28%) (0.00/0.26/0.31/0.28)
B8 | 88 | 7F | |
---|---|---|---|
RGB | 184 | 136 | 127 |
HSL | 9° | 28.64% | 60.98% |
HSB/HSV | 9° | 30.98% | 72.16% |
CMYK | 0.00% | 26.09% | 30.98% |
27.84% |
Hexadezimal | B8 | 88 | 7F |
Dezimal | 184 | 136 | 127 |
Binär | 10111000 | 10001000 | 1111111 |
Oktal | 270 | 210 | 177 |
Beispiele css- und html für Elemente in der Farbe #B8887F. Bitte benutzen Sie auch rgb(184,136,127) statt hex-Code.
.myTextColor { color: #B8887F; }
<p style="color:#B8887F">This sample text font color is #B8887F.</p>
Die Farbe dieses Textes ist #B8887F.
.myBgColor { background-color: #B8887F; }
<div style="background-color:#B8887F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B8887F.
.myBorderColor { border: 1px solid #B8887F; }
<div style="border:3px solid #B8887F">Div</div>
Die Grenzen von diesem div sind in Farbe #B8887F.
.myOpacity80 { color: #B8887F; opacity: 0.8; }
<p style="color:#B8887F;opacity:0.8;">80%</p>
Text in Farbe #B8887F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B8887F;}
<p style="text-shadow: 3px 3px 1px #B8887F">Text here.</p>
Dieser Text hat den Schatten in Farbe #B8887F.
.textShadow {text-shadow: 3px 3px 1px #B8887F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B8887F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B8887F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B8887F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B8887F, Direction=45, Strength=4)">Text</p>
This text has shadow with #B8887F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B8887F; -webkit-box-shadow: 1px 1px 3px 2px #B8887F; box-shadow: 1px 1px 3px 2px #B8887F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B8887F; -webkit-box-shadow: 1px 1px 3px 2px #B8887F; box-shadow:1px 1px 3px 2px #B8887F;">
Div content here</div>
Dieser Text ist in der Farbe #B8887F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B8887F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B8887F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B8887F.