HEX: #B8860B
RGB: (184,134,11)
Die Farbenname ist DarkGoldenrod. #B8860B enthält hauptsächlich rote und grüne Farbe. Für #B8860B ist eine «websichere» Webfarbe #CC9900 (oder kurz #C90).
Die Farbe #B8860B wird in RGB als (184,134,11) definiert.
RGB: (184,134,11) (72%,53%,4%)
R 184 von 255 = 72%
G 134 von 255 = 53%
B 11 von 255 = 4%
R + G + B ~ 43%. #B8860B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
184 + 134 + 11 = 329 (100%)
R 184 von 329 ~ 55.93%
G 134 von 329 ~ 40.73%
B 11 von 329 ~ 3.34%
Die Farbe #B8860B wird in CMYK als (0,27,94,28) definiert.
CMYK: (0,27,94,28) C0M27Y94K28 (0%,27%,94%,28%) (0.00/0.27/0.94/0.28)
B8 | 86 | 0B | |
---|---|---|---|
RGB | 184 | 134 | 11 |
HSL | 43° | 88.72% | 38.24% |
HSB/HSV | 43° | 94.02% | 72.16% |
CMYK | 0.00% | 27.17% | 94.02% |
27.84% |
Hexadezimal | B8 | 86 | 0B |
Dezimal | 184 | 134 | 11 |
Binär | 10111000 | 10000110 | 1011 |
Oktal | 270 | 206 | 13 |
Beispiele css- und html für Elemente in der Farbe #B8860B. Bitte benutzen Sie auch rgb(184,134,11) statt hex-Code.
.myTextColor { color: #B8860B; }
<p style="color:#B8860B">This sample text font color is #B8860B.</p>
Die Farbe dieses Textes ist #B8860B.
.myBgColor { background-color: #B8860B; }
<div style="background-color:#B8860B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B8860B.
.myBorderColor { border: 1px solid #B8860B; }
<div style="border:3px solid #B8860B">Div</div>
Die Grenzen von diesem div sind in Farbe #B8860B.
.myOpacity80 { color: #B8860B; opacity: 0.8; }
<p style="color:#B8860B;opacity:0.8;">80%</p>
Text in Farbe #B8860B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B8860B;}
<p style="text-shadow: 3px 3px 1px #B8860B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B8860B.
.textShadow {text-shadow: 3px 3px 1px #B8860B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B8860B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B8860B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B8860B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B8860B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B8860B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B8860B; -webkit-box-shadow: 1px 1px 3px 2px #B8860B; box-shadow: 1px 1px 3px 2px #B8860B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B8860B; -webkit-box-shadow: 1px 1px 3px 2px #B8860B; box-shadow:1px 1px 3px 2px #B8860B;">
Div content here</div>
Dieser Text ist in der Farbe #B8860B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B8860B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B8860B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B8860B.