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