HEX: #B49E7B
RGB: (180,158,123)
#B49E7B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B49E7B ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B49E7B wird in RGB als (180,158,123) definiert.
RGB: (180,158,123)
(71%, 62%, 48%)
R 180 von 255 = 71%
G 158 von 255 = 62%
B 123 von 255 = 48%
R + G + B ~ 60%. #B49E7B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 158 + 123 = 461 (100%)
R 180 von 461 ~ 39.05%
G 158 von 461 ~ 34.27%
B 123 von 461 ~ 26.68'%
Die Farbe #B49E7B wird in CMYK als (0,12,32,29) definiert.
CMYK: (0,12,32,29)
C0M12Y32K29 (0%, 12%, 32%, 29%)
(0.00 / 0.12 / 0.32 / 0.29)
Farbe #B49E7B in den populären Farbmodellen.
B4 | 9E | 7B | |
---|---|---|---|
RGB | 180 | 158 | 123 |
HSL | 37° | 27.54% | 59.41% |
HSB/HSV | 37° | 31.67% | 70.59% |
CMYK | 0.00% | 12.22% | 31.67% |
29.41% |
Die Farbe #B49E7B in den populären Zahlensystemen.
Hexadezimal | B4 | 9E | 7B |
Dezimal | 180 | 158 | 123 |
Binär | 10110100 | 10011110 | 1111011 |
Oktal | 264 | 236 | 173 |
Dunkle Töne der Farbe #B49E7B
Helle Töne der Farbe #B49E7B
Beispiele css- und html für Elemente in der Farbe #B49E7B. Bitte benutzen Sie auch rgb(180,158,123) statt hex-Code.
.myTextColor { color: #B49E7B; }
<p style="color:#B49E7B">This sample text font color is #B49E7B.</p>
Die Farbe dieses Textes ist #B49E7B.
.myBgColor { background-color: #B49E7B; }
<div style="background-color:#B49E7B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49E7B.
.myBorderColor { border: 1px solid #B49E7B; }
<div style="border:3px solid #B49E7B">Div</div>
Die Grenzen von diesem div sind in Farbe #B49E7B.
.myOpacity80 { color: #B49E7B; opacity: 0.8; }
<p style="color:#B49E7B;opacity:0.8;">80%</p>
Text in Farbe #B49E7B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49E7B;}
<p style="text-shadow: 3px 3px 1px #B49E7B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49E7B.
.textShadow {text-shadow: 3px 3px 1px #B49E7B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49E7B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49E7B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49E7B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49E7B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49E7B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49E7B;
-webkit-box-shadow: 1px 1px 3px 2px #B49E7B;
box-shadow: 1px 1px 3px 2px #B49E7B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49E7B; -webkit-box-shadow: 1px 1px 3px 2px #B49E7B; box-shadow:1px 1px 3px 2px #B49E7B;">
Div content here
</div>
Dieser Text ist in der Farbe #B49E7B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49E7B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49E7B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49E7B.
Kontrastfarbe für #hex ist #4B6184.