HEX: #B49B5A
RGB: (180,155,90)
#B49B5A enthält hauptsächlich rote und grüne Farbe. Für #B49B5A ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B49B5A wird in RGB als (180,155,90) definiert.
RGB: (180,155,90)
(71%, 61%, 35%)
R 180 von 255 = 71%
G 155 von 255 = 61%
B 90 von 255 = 35%
R + G + B ~ 56%. #B49B5A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 155 + 90 = 425 (100%)
R 180 von 425 ~ 42.35%
G 155 von 425 ~ 36.47%
B 90 von 425 ~ 21.18'%
Die Farbe #B49B5A wird in CMYK als (0,14,50,29) definiert.
CMYK: (0,14,50,29) C0M14Y50K29 (0%,14%,50%,29%) (0.00/0.14/0.50/0.29)
Farbe #B49B5A in den populären Farbmodellen.
B4 | 9B | 5A | |
---|---|---|---|
RGB | 180 | 155 | 90 |
HSL | 43° | 37.50% | 52.94% |
HSB/HSV | 43° | 50.00% | 70.59% |
CMYK | 0.00% | 13.89% | 50.00% |
29.41% |
Die Farbe #B49B5A in den populären Zahlensystemen.
Hexadezimal | B4 | 9B | 5A |
Dezimal | 180 | 155 | 90 |
Binär | 10110100 | 10011011 | 1011010 |
Oktal | 264 | 233 | 132 |
Dunkle Töne der Farbe #B49B5A
Helle Töne der Farbe #B49B5A
Beispiele css- und html für Elemente in der Farbe #B49B5A. Bitte benutzen Sie auch rgb(180,155,90) statt hex-Code.
.myTextColor { color: #B49B5A; }
<p style="color:#B49B5A">This sample text font color is #B49B5A.</p>
Die Farbe dieses Textes ist #B49B5A.
.myBgColor { background-color: #B49B5A; }
<div style="background-color:#B49B5A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49B5A.
.myBorderColor { border: 1px solid #B49B5A; }
<div style="border:3px solid #B49B5A">Div</div>
Die Grenzen von diesem div sind in Farbe #B49B5A.
.myOpacity80 { color: #B49B5A; opacity: 0.8; }
<p style="color:#B49B5A;opacity:0.8;">80%</p>
Text in Farbe #B49B5A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49B5A;}
<p style="text-shadow: 3px 3px 1px #B49B5A">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49B5A.
.textShadow {text-shadow: 3px 3px 1px #B49B5A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49B5A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49B5A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49B5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49B5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49B5A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49B5A;
-webkit-box-shadow: 1px 1px 3px 2px #B49B5A;
box-shadow: 1px 1px 3px 2px #B49B5A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49B5A; -webkit-box-shadow: 1px 1px 3px 2px #B49B5A; box-shadow:1px 1px 3px 2px #B49B5A;">
Div content here
</div>
Dieser Text ist in der Farbe #B49B5A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49B5A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49B5A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49B5A.
Kontrastfarbe für #hex ist #4B64A5.