HEX: #B5966C
RGB: (181,150,108)
#B5966C enthält hauptsächlich rote und grüne Farbe. Für #B5966C ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B5966C wird in RGB als (181,150,108) definiert.
RGB: (181,150,108)
(71%, 59%, 42%)
R 181 von 255 = 71%
G 150 von 255 = 59%
B 108 von 255 = 42%
R + G + B ~ 57%. #B5966C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 181 + 150 + 108 = 439 (100%)
R 181 von 439 ~ 41.23%
G 150 von 439 ~ 34.17%
B 108 von 439 ~ 24.6'%
Die Farbe #B5966C wird in CMYK als (0,17,40,29) definiert.
CMYK: (0,17,40,29)
C0M17Y40K29 (0%, 17%, 40%, 29%)
(0.00 / 0.17 / 0.40 / 0.29)
Farbe #B5966C in den populären Farbmodellen.
B5 | 96 | 6C | |
---|---|---|---|
RGB | 181 | 150 | 108 |
HSL | 35° | 33.03% | 56.67% |
HSB/HSV | 35° | 40.33% | 70.98% |
CMYK | 0.00% | 17.13% | 40.33% |
29.02% |
Die Farbe #B5966C in den populären Zahlensystemen.
Hexadezimal | B5 | 96 | 6C |
Dezimal | 181 | 150 | 108 |
Binär | 10110101 | 10010110 | 1101100 |
Oktal | 265 | 226 | 154 |
Dunkle Töne der Farbe #B5966C
Helle Töne der Farbe #B5966C
Beispiele css- und html für Elemente in der Farbe #B5966C. Bitte benutzen Sie auch rgb(181,150,108) statt hex-Code.
.myTextColor { color: #B5966C; }
<p style="color:#B5966C">This sample text font color is #B5966C.</p>
Die Farbe dieses Textes ist #B5966C.
.myBgColor { background-color: #B5966C; }
<div style="background-color:#B5966C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5966C.
.myBorderColor { border: 1px solid #B5966C; }
<div style="border:3px solid #B5966C">Div</div>
Die Grenzen von diesem div sind in Farbe #B5966C.
.myOpacity80 { color: #B5966C; opacity: 0.8; }
<p style="color:#B5966C;opacity:0.8;">80%</p>
Text in Farbe #B5966C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5966C;}
<p style="text-shadow: 3px 3px 1px #B5966C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5966C.
.textShadow {text-shadow: 3px 3px 1px #B5966C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5966C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5966C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5966C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5966C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5966C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5966C;
-webkit-box-shadow: 1px 1px 3px 2px #B5966C;
box-shadow: 1px 1px 3px 2px #B5966C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5966C; -webkit-box-shadow: 1px 1px 3px 2px #B5966C; box-shadow:1px 1px 3px 2px #B5966C;">
Div content here
</div>
Dieser Text ist in der Farbe #B5966C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5966C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5966C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5966C.
Kontrastfarbe für #hex ist #4A6993.