HEX: #BCB463
RGB: (188,180,99)
#BCB463 enthält hauptsächlich rote und grüne Farbe. Für #BCB463 ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BCB463 wird in RGB als (188,180,99) definiert.
RGB: (188,180,99) (74%,71%,39%)
R 188 von 255 = 74%
G 180 von 255 = 71%
B 99 von 255 = 39%
R + G + B ~ 61%. #BCB463 ziemlich helle Farbe.
R + G + B =
188 + 180 + 99 = 467 (100%)
R 188 von 467 ~ 40.26%
G 180 von 467 ~ 38.54%
B 99 von 467 ~ 21.2%
Die Farbe #BCB463 wird in CMYK als (0,4,47,26) definiert.
CMYK: (0,4,47,26) C0M4Y47K26 (0%,4%,47%,26%) (0.00/0.04/0.47/0.26)
BC | B4 | 63 | |
---|---|---|---|
RGB | 188 | 180 | 99 |
HSL | 55° | 39.91% | 56.27% |
HSB/HSV | 55° | 47.34% | 73.73% |
CMYK | 0.00% | 4.26% | 47.34% |
26.27% |
Hexadezimal | BC | B4 | 63 |
Dezimal | 188 | 180 | 99 |
Binär | 10111100 | 10110100 | 1100011 |
Oktal | 274 | 264 | 143 |
Beispiele css- und html für Elemente in der Farbe #BCB463. Bitte benutzen Sie auch rgb(188,180,99) statt hex-Code.
.myTextColor { color: #BCB463; }
<p style="color:#BCB463">This sample text font color is #BCB463.</p>
Die Farbe dieses Textes ist #BCB463.
.myBgColor { background-color: #BCB463; }
<div style="background-color:#BCB463">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCB463.
.myBorderColor { border: 1px solid #BCB463; }
<div style="border:3px solid #BCB463">Div</div>
Die Grenzen von diesem div sind in Farbe #BCB463.
.myOpacity80 { color: #BCB463; opacity: 0.8; }
<p style="color:#BCB463;opacity:0.8;">80%</p>
Text in Farbe #BCB463 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCB463;}
<p style="text-shadow: 3px 3px 1px #BCB463">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCB463.
.textShadow {text-shadow: 3px 3px 1px #BCB463, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCB463, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCB463 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCB463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCB463, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCB463 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCB463; -webkit-box-shadow: 1px 1px 3px 2px #BCB463; box-shadow: 1px 1px 3px 2px #BCB463; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCB463; -webkit-box-shadow: 1px 1px 3px 2px #BCB463; box-shadow:1px 1px 3px 2px #BCB463;">
Div content here</div>
Dieser Text ist in der Farbe #BCB463 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCB463 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCB463.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCB463.