HEX: #BCB998
RGB: (188,185,152)
#BCB998 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCB998 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BCB998 wird in RGB als (188,185,152) definiert.
RGB: (188,185,152) (74%,73%,60%)
R 188 von 255 = 74%
G 185 von 255 = 73%
B 152 von 255 = 60%
R + G + B ~ 69%. #BCB998 ziemlich helle Farbe.
R + G + B =
188 + 185 + 152 = 525 (100%)
R 188 von 525 ~ 35.81%
G 185 von 525 ~ 35.24%
B 152 von 525 ~ 28.95%
Die Farbe #BCB998 wird in CMYK als (0,2,19,26) definiert.
CMYK: (0,2,19,26) C0M2Y19K26 (0%,2%,19%,26%) (0.00/0.02/0.19/0.26)
BC | B9 | 98 | |
---|---|---|---|
RGB | 188 | 185 | 152 |
HSL | 55° | 21.18% | 66.67% |
HSB/HSV | 55° | 19.15% | 73.73% |
CMYK | 0.00% | 1.60% | 19.15% |
26.27% |
Hexadezimal | BC | B9 | 98 |
Dezimal | 188 | 185 | 152 |
Binär | 10111100 | 10111001 | 10011000 |
Oktal | 274 | 271 | 230 |
Beispiele css- und html für Elemente in der Farbe #BCB998. Bitte benutzen Sie auch rgb(188,185,152) statt hex-Code.
.myTextColor { color: #BCB998; }
<p style="color:#BCB998">This sample text font color is #BCB998.</p>
Die Farbe dieses Textes ist #BCB998.
.myBgColor { background-color: #BCB998; }
<div style="background-color:#BCB998">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCB998.
.myBorderColor { border: 1px solid #BCB998; }
<div style="border:3px solid #BCB998">Div</div>
Die Grenzen von diesem div sind in Farbe #BCB998.
.myOpacity80 { color: #BCB998; opacity: 0.8; }
<p style="color:#BCB998;opacity:0.8;">80%</p>
Text in Farbe #BCB998 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCB998;}
<p style="text-shadow: 3px 3px 1px #BCB998">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCB998.
.textShadow {text-shadow: 3px 3px 1px #BCB998, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCB998, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCB998 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCB998, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCB998, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCB998 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCB998; -webkit-box-shadow: 1px 1px 3px 2px #BCB998; box-shadow: 1px 1px 3px 2px #BCB998; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCB998; -webkit-box-shadow: 1px 1px 3px 2px #BCB998; box-shadow:1px 1px 3px 2px #BCB998;">
Div content here</div>
Dieser Text ist in der Farbe #BCB998 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCB998 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCB998.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCB998.