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