HEX: #B4A087
RGB: (180,160,135)
#B4A087 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4A087 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B4A087 wird in RGB als (180,160,135) definiert.
RGB: (180,160,135) (71%,63%,53%)
R 180 von 255 = 71%
G 160 von 255 = 63%
B 135 von 255 = 53%
R + G + B ~ 62%. #B4A087 ziemlich helle Farbe.
R + G + B =
180 + 160 + 135 = 475 (100%)
R 180 von 475 ~ 37.89%
G 160 von 475 ~ 33.68%
B 135 von 475 ~ 28.42%
Die Farbe #B4A087 wird in CMYK als (0,11,25,29) definiert.
CMYK: (0,11,25,29) C0M11Y25K29 (0%,11%,25%,29%) (0.00/0.11/0.25/0.29)
B4 | A0 | 87 | |
---|---|---|---|
RGB | 180 | 160 | 135 |
HSL | 33° | 23.08% | 61.76% |
HSB/HSV | 33° | 25.00% | 70.59% |
CMYK | 0.00% | 11.11% | 25.00% |
29.41% |
Hexadezimal | B4 | A0 | 87 |
Dezimal | 180 | 160 | 135 |
Binär | 10110100 | 10100000 | 10000111 |
Oktal | 264 | 240 | 207 |
Beispiele css- und html für Elemente in der Farbe #B4A087. Bitte benutzen Sie auch rgb(180,160,135) statt hex-Code.
.myTextColor { color: #B4A087; }
<p style="color:#B4A087">This sample text font color is #B4A087.</p>
Die Farbe dieses Textes ist #B4A087.
.myBgColor { background-color: #B4A087; }
<div style="background-color:#B4A087">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4A087.
.myBorderColor { border: 1px solid #B4A087; }
<div style="border:3px solid #B4A087">Div</div>
Die Grenzen von diesem div sind in Farbe #B4A087.
.myOpacity80 { color: #B4A087; opacity: 0.8; }
<p style="color:#B4A087;opacity:0.8;">80%</p>
Text in Farbe #B4A087 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4A087;}
<p style="text-shadow: 3px 3px 1px #B4A087">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4A087.
.textShadow {text-shadow: 3px 3px 1px #B4A087, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4A087, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4A087 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4A087, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4A087, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4A087 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4A087; -webkit-box-shadow: 1px 1px 3px 2px #B4A087; box-shadow: 1px 1px 3px 2px #B4A087; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4A087; -webkit-box-shadow: 1px 1px 3px 2px #B4A087; box-shadow:1px 1px 3px 2px #B4A087;">
Div content here</div>
Dieser Text ist in der Farbe #B4A087 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4A087 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4A087.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4A087.