HEX: #B49582
RGB: (180,149,130)
#B49582 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B49582 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B49582 wird in RGB als (180,149,130) definiert.
RGB: (180,149,130)
(71%, 58%, 51%)
R 180 von 255 = 71%
G 149 von 255 = 58%
B 130 von 255 = 51%
R + G + B ~ 60%. #B49582 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 149 + 130 = 459 (100%)
R 180 von 459 ~ 39.22%
G 149 von 459 ~ 32.46%
B 130 von 459 ~ 28.32'%
Die Farbe #B49582 wird in CMYK als (0,17,28,29) definiert.
CMYK: (0,17,28,29)
C0M17Y28K29 (0%, 17%, 28%, 29%)
(0.00 / 0.17 / 0.28 / 0.29)
Farbe #B49582 in den populären Farbmodellen.
B4 | 95 | 82 | |
---|---|---|---|
RGB | 180 | 149 | 130 |
HSL | 23° | 25.00% | 60.78% |
HSB/HSV | 23° | 27.78% | 70.59% |
CMYK | 0.00% | 17.22% | 27.78% |
29.41% |
Die Farbe #B49582 in den populären Zahlensystemen.
Hexadezimal | B4 | 95 | 82 |
Dezimal | 180 | 149 | 130 |
Binär | 10110100 | 10010101 | 10000010 |
Oktal | 264 | 225 | 202 |
Dunkle Töne der Farbe #B49582
Helle Töne der Farbe #B49582
Beispiele css- und html für Elemente in der Farbe #B49582. Bitte benutzen Sie auch rgb(180,149,130) statt hex-Code.
.myTextColor { color: #B49582; }
<p style="color:#B49582">This sample text font color is #B49582.</p>
Die Farbe dieses Textes ist #B49582.
.myBgColor { background-color: #B49582; }
<div style="background-color:#B49582">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49582.
.myBorderColor { border: 1px solid #B49582; }
<div style="border:3px solid #B49582">Div</div>
Die Grenzen von diesem div sind in Farbe #B49582.
.myOpacity80 { color: #B49582; opacity: 0.8; }
<p style="color:#B49582;opacity:0.8;">80%</p>
Text in Farbe #B49582 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49582;}
<p style="text-shadow: 3px 3px 1px #B49582">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49582.
.textShadow {text-shadow: 3px 3px 1px #B49582', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49582, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49582 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49582, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49582, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49582 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B49582;
-webkit-box-shadow: 1px 1px 3px 2px #B49582;
box-shadow: 1px 1px 3px 2px #B49582;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B49582; -webkit-box-shadow: 1px 1px 3px 2px #B49582; box-shadow:1px 1px 3px 2px #B49582;">
Div content here
</div>
Dieser Text ist in der Farbe #B49582 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49582 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49582.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49582.
Kontrastfarbe für #hex ist #4B6A7D.