HEX: #B49890
RGB: (180,152,144)
#B49890 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B49890 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B49890 wird in RGB als (180,152,144) definiert.
RGB: (180,152,144)
(71%, 60%, 56%)
R 180 von 255 = 71%
G 152 von 255 = 60%
B 144 von 255 = 56%
R + G + B ~ 62%. #B49890 ziemlich helle Farbe.
R + G + B = 180 + 152 + 144 = 476 (100%)
R 180 von 476 ~ 37.82%
G 152 von 476 ~ 31.93%
B 144 von 476 ~ 30.25'%
Die Farbe #B49890 wird in CMYK als (0,16,20,29) definiert.
CMYK: (0,16,20,29)
C0M16Y20K29 (0%, 16%, 20%, 29%)
(0.00 / 0.16 / 0.20 / 0.29)
Farbe #B49890 in den populären Farbmodellen.
B4 | 98 | 90 | |
---|---|---|---|
RGB | 180 | 152 | 144 |
HSL | 13° | 19.35% | 63.53% |
HSB/HSV | 13° | 20.00% | 70.59% |
CMYK | 0.00% | 15.56% | 20.00% |
29.41% |
Die Farbe #B49890 in den populären Zahlensystemen.
Hexadezimal | B4 | 98 | 90 |
Dezimal | 180 | 152 | 144 |
Binär | 10110100 | 10011000 | 10010000 |
Oktal | 264 | 230 | 220 |
Dunkle Töne der Farbe #B49890
Helle Töne der Farbe #B49890
Beispiele css- und html für Elemente in der Farbe #B49890. Bitte benutzen Sie auch rgb(180,152,144) statt hex-Code.
.myTextColor { color: #B49890; }
<p style="color:#B49890">This sample text font color is #B49890.</p>
Die Farbe dieses Textes ist #B49890.
.myBgColor { background-color: #B49890; }
<div style="background-color:#B49890">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49890.
.myBorderColor { border: 1px solid #B49890; }
<div style="border:3px solid #B49890">Div</div>
Die Grenzen von diesem div sind in Farbe #B49890.
.myOpacity80 { color: #B49890; opacity: 0.8; }
<p style="color:#B49890;opacity:0.8;">80%</p>
Text in Farbe #B49890 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49890;}
<p style="text-shadow: 3px 3px 1px #B49890">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49890.
.textShadow {text-shadow: 3px 3px 1px #B49890', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49890, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49890 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49890, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49890, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49890 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49890;
-webkit-box-shadow: 1px 1px 3px 2px #B49890;
box-shadow: 1px 1px 3px 2px #B49890;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49890; -webkit-box-shadow: 1px 1px 3px 2px #B49890; box-shadow:1px 1px 3px 2px #B49890;">
Div content here
</div>
Dieser Text ist in der Farbe #B49890 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49890 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49890.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49890.
Kontrastfarbe für #hex ist #4B676F.