HEX: #BCB596
RGB: (188,181,150)
#BCB596 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BCB596 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BCB596 wird in RGB als (188,181,150) definiert.
RGB: (188,181,150) (74%,71%,59%)
R 188 von 255 = 74%
G 181 von 255 = 71%
B 150 von 255 = 59%
R + G + B ~ 68%. #BCB596 ziemlich helle Farbe.
R + G + B =
188 + 181 + 150 = 519 (100%)
R 188 von 519 ~ 36.22%
G 181 von 519 ~ 34.87%
B 150 von 519 ~ 28.9%
Die Farbe #BCB596 wird in CMYK als (0,4,20,26) definiert.
CMYK: (0,4,20,26) C0M4Y20K26 (0%,4%,20%,26%) (0.00/0.04/0.20/0.26)
BC | B5 | 96 | |
---|---|---|---|
RGB | 188 | 181 | 150 |
HSL | 49° | 22.09% | 66.27% |
HSB/HSV | 49° | 20.21% | 73.73% |
CMYK | 0.00% | 3.72% | 20.21% |
26.27% |
Hexadezimal | BC | B5 | 96 |
Dezimal | 188 | 181 | 150 |
Binär | 10111100 | 10110101 | 10010110 |
Oktal | 274 | 265 | 226 |
Beispiele css- und html für Elemente in der Farbe #BCB596. Bitte benutzen Sie auch rgb(188,181,150) statt hex-Code.
.myTextColor { color: #BCB596; }
<p style="color:#BCB596">This sample text font color is #BCB596.</p>
Die Farbe dieses Textes ist #BCB596.
.myBgColor { background-color: #BCB596; }
<div style="background-color:#BCB596">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCB596.
.myBorderColor { border: 1px solid #BCB596; }
<div style="border:3px solid #BCB596">Div</div>
Die Grenzen von diesem div sind in Farbe #BCB596.
.myOpacity80 { color: #BCB596; opacity: 0.8; }
<p style="color:#BCB596;opacity:0.8;">80%</p>
Text in Farbe #BCB596 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCB596;}
<p style="text-shadow: 3px 3px 1px #BCB596">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCB596.
.textShadow {text-shadow: 3px 3px 1px #BCB596, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCB596, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCB596 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCB596, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCB596, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCB596 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCB596; -webkit-box-shadow: 1px 1px 3px 2px #BCB596; box-shadow: 1px 1px 3px 2px #BCB596; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCB596; -webkit-box-shadow: 1px 1px 3px 2px #BCB596; box-shadow:1px 1px 3px 2px #BCB596;">
Div content here</div>
Dieser Text ist in der Farbe #BCB596 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCB596 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCB596.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCB596.