HEX: #B5997E
RGB: (181,153,126)
#B5997E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5997E ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B5997E wird in RGB als (181,153,126) definiert.
RGB: (181,153,126)
(71%, 60%, 49%)
R 181 von 255 = 71%
G 153 von 255 = 60%
B 126 von 255 = 49%
R + G + B ~ 60%. #B5997E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 181 + 153 + 126 = 460 (100%)
R 181 von 460 ~ 39.35%
G 153 von 460 ~ 33.26%
B 126 von 460 ~ 27.39'%
Die Farbe #B5997E wird in CMYK als (0,15,30,29) definiert.
CMYK: (0,15,30,29)
C0M15Y30K29 (0%, 15%, 30%, 29%)
(0.00 / 0.15 / 0.30 / 0.29)
Farbe #B5997E in den populären Farbmodellen.
B5 | 99 | 7E | |
---|---|---|---|
RGB | 181 | 153 | 126 |
HSL | 29° | 27.09% | 60.20% |
HSB/HSV | 29° | 30.39% | 70.98% |
CMYK | 0.00% | 15.47% | 30.39% |
29.02% |
Die Farbe #B5997E in den populären Zahlensystemen.
Hexadezimal | B5 | 99 | 7E |
Dezimal | 181 | 153 | 126 |
Binär | 10110101 | 10011001 | 1111110 |
Oktal | 265 | 231 | 176 |
Dunkle Töne der Farbe #B5997E
Helle Töne der Farbe #B5997E
Beispiele css- und html für Elemente in der Farbe #B5997E. Bitte benutzen Sie auch rgb(181,153,126) statt hex-Code.
.myTextColor { color: #B5997E; }
<p style="color:#B5997E">This sample text font color is #B5997E.</p>
Die Farbe dieses Textes ist #B5997E.
.myBgColor { background-color: #B5997E; }
<div style="background-color:#B5997E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5997E.
.myBorderColor { border: 1px solid #B5997E; }
<div style="border:3px solid #B5997E">Div</div>
Die Grenzen von diesem div sind in Farbe #B5997E.
.myOpacity80 { color: #B5997E; opacity: 0.8; }
<p style="color:#B5997E;opacity:0.8;">80%</p>
Text in Farbe #B5997E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5997E;}
<p style="text-shadow: 3px 3px 1px #B5997E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5997E.
.textShadow {text-shadow: 3px 3px 1px #B5997E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5997E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5997E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5997E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5997E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5997E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5997E;
-webkit-box-shadow: 1px 1px 3px 2px #B5997E;
box-shadow: 1px 1px 3px 2px #B5997E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5997E; -webkit-box-shadow: 1px 1px 3px 2px #B5997E; box-shadow:1px 1px 3px 2px #B5997E;">
Div content here
</div>
Dieser Text ist in der Farbe #B5997E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5997E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5997E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5997E.
Kontrastfarbe für #hex ist #4A6681.