HEX: #B8857E
RGB: (184,133,126)
#B8857E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B8857E ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B8857E wird in RGB als (184,133,126) definiert.
RGB: (184,133,126)
(72%, 52%, 49%)
R 184 von 255 = 72%
G 133 von 255 = 52%
B 126 von 255 = 49%
R + G + B ~ 58%. #B8857E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 184 + 133 + 126 = 443 (100%)
R 184 von 443 ~ 41.53%
G 133 von 443 ~ 30.02%
B 126 von 443 ~ 28.44'%
Die Farbe #B8857E wird in CMYK als (0,28,32,28) definiert.
CMYK: (0,28,32,28)
C0M28Y32K28 (0%, 28%, 32%, 28%)
(0.00 / 0.28 / 0.32 / 0.28)
Farbe #B8857E in den populären Farbmodellen.
B8 | 85 | 7E | |
---|---|---|---|
RGB | 184 | 133 | 126 |
HSL | 7° | 29.00% | 60.78% |
HSB/HSV | 7° | 31.52% | 72.16% |
CMYK | 0.00% | 27.72% | 31.52% |
27.84% |
Die Farbe #B8857E in den populären Zahlensystemen.
Hexadezimal | B8 | 85 | 7E |
Dezimal | 184 | 133 | 126 |
Binär | 10111000 | 10000101 | 1111110 |
Oktal | 270 | 205 | 176 |
Dunkle Töne der Farbe #B8857E
Helle Töne der Farbe #B8857E
Beispiele css- und html für Elemente in der Farbe #B8857E. Bitte benutzen Sie auch rgb(184,133,126) statt hex-Code.
.myTextColor { color: #B8857E; }
<p style="color:#B8857E">This sample text font color is #B8857E.</p>
Die Farbe dieses Textes ist #B8857E.
.myBgColor { background-color: #B8857E; }
<div style="background-color:#B8857E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B8857E.
.myBorderColor { border: 1px solid #B8857E; }
<div style="border:3px solid #B8857E">Div</div>
Die Grenzen von diesem div sind in Farbe #B8857E.
.myOpacity80 { color: #B8857E; opacity: 0.8; }
<p style="color:#B8857E;opacity:0.8;">80%</p>
Text in Farbe #B8857E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B8857E;}
<p style="text-shadow: 3px 3px 1px #B8857E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B8857E.
.textShadow {text-shadow: 3px 3px 1px #B8857E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B8857E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B8857E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B8857E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B8857E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B8857E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B8857E;
-webkit-box-shadow: 1px 1px 3px 2px #B8857E;
box-shadow: 1px 1px 3px 2px #B8857E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B8857E; -webkit-box-shadow: 1px 1px 3px 2px #B8857E; box-shadow:1px 1px 3px 2px #B8857E;">
Div content here
</div>
Dieser Text ist in der Farbe #B8857E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B8857E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B8857E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B8857E.
Kontrastfarbe für #hex ist #477A81.