HEX: #B49A7E
RGB: (180,154,126)
#B49A7E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B49A7E ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B49A7E wird in RGB als (180,154,126) definiert.
RGB: (180,154,126) (71%,60%,49%)
R 180 von 255 = 71%
G 154 von 255 = 60%
B 126 von 255 = 49%
R + G + B ~ 60%. #B49A7E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 154 + 126 = 460 (100%)
R 180 von 460 ~ 39.13%
G 154 von 460 ~ 33.48%
B 126 von 460 ~ 27.39%
Die Farbe #B49A7E wird in CMYK als (0,14,30,29) definiert.
CMYK: (0,14,30,29) C0M14Y30K29 (0%,14%,30%,29%) (0.00/0.14/0.30/0.29)
B4 | 9A | 7E | |
---|---|---|---|
RGB | 180 | 154 | 126 |
HSL | 31° | 26.47% | 60.00% |
HSB/HSV | 31° | 30.00% | 70.59% |
CMYK | 0.00% | 14.44% | 30.00% |
29.41% |
Hexadezimal | B4 | 9A | 7E |
Dezimal | 180 | 154 | 126 |
Binär | 10110100 | 10011010 | 1111110 |
Oktal | 264 | 232 | 176 |
Beispiele css- und html für Elemente in der Farbe #B49A7E. Bitte benutzen Sie auch rgb(180,154,126) statt hex-Code.
.myTextColor { color: #B49A7E; }
<p style="color:#B49A7E">This sample text font color is #B49A7E.</p>
Die Farbe dieses Textes ist #B49A7E.
.myBgColor { background-color: #B49A7E; }
<div style="background-color:#B49A7E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49A7E.
.myBorderColor { border: 1px solid #B49A7E; }
<div style="border:3px solid #B49A7E">Div</div>
Die Grenzen von diesem div sind in Farbe #B49A7E.
.myOpacity80 { color: #B49A7E; opacity: 0.8; }
<p style="color:#B49A7E;opacity:0.8;">80%</p>
Text in Farbe #B49A7E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49A7E;}
<p style="text-shadow: 3px 3px 1px #B49A7E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49A7E.
.textShadow {text-shadow: 3px 3px 1px #B49A7E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49A7E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49A7E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49A7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49A7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49A7E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B49A7E; -webkit-box-shadow: 1px 1px 3px 2px #B49A7E; box-shadow: 1px 1px 3px 2px #B49A7E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B49A7E; -webkit-box-shadow: 1px 1px 3px 2px #B49A7E; box-shadow:1px 1px 3px 2px #B49A7E;">
Div content here</div>
Dieser Text ist in der Farbe #B49A7E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49A7E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49A7E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49A7E.