HEX: #BC7E21
RGB: (188,126,33)
#BC7E21 enthält hauptsächlich rote Farbe. Für #BC7E21 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #BC7E21 wird in RGB als (188,126,33) definiert.
RGB: (188,126,33) (74%,49%,13%)
R 188 von 255 = 74%
G 126 von 255 = 49%
B 33 von 255 = 13%
R + G + B ~ 45%. #BC7E21 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 126 + 33 = 347 (100%)
R 188 von 347 ~ 54.18%
G 126 von 347 ~ 36.31%
B 33 von 347 ~ 9.51%
Die Farbe #BC7E21 wird in CMYK als (0,33,82,26) definiert.
CMYK: (0,33,82,26) C0M33Y82K26 (0%,33%,82%,26%) (0.00/0.33/0.82/0.26)
BC | 7E | 21 | |
---|---|---|---|
RGB | 188 | 126 | 33 |
HSL | 36° | 70.14% | 43.33% |
HSB/HSV | 36° | 82.45% | 73.73% |
CMYK | 0.00% | 32.98% | 82.45% |
26.27% |
Hexadezimal | BC | 7E | 21 |
Dezimal | 188 | 126 | 33 |
Binär | 10111100 | 1111110 | 100001 |
Oktal | 274 | 176 | 41 |
Beispiele css- und html für Elemente in der Farbe #BC7E21. Bitte benutzen Sie auch rgb(188,126,33) statt hex-Code.
.myTextColor { color: #BC7E21; }
<p style="color:#BC7E21">This sample text font color is #BC7E21.</p>
Die Farbe dieses Textes ist #BC7E21.
.myBgColor { background-color: #BC7E21; }
<div style="background-color:#BC7E21">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC7E21.
.myBorderColor { border: 1px solid #BC7E21; }
<div style="border:3px solid #BC7E21">Div</div>
Die Grenzen von diesem div sind in Farbe #BC7E21.
.myOpacity80 { color: #BC7E21; opacity: 0.8; }
<p style="color:#BC7E21;opacity:0.8;">80%</p>
Text in Farbe #BC7E21 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC7E21;}
<p style="text-shadow: 3px 3px 1px #BC7E21">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC7E21.
.textShadow {text-shadow: 3px 3px 1px #BC7E21, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC7E21, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC7E21 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC7E21, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC7E21, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC7E21 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC7E21; -webkit-box-shadow: 1px 1px 3px 2px #BC7E21; box-shadow: 1px 1px 3px 2px #BC7E21; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC7E21; -webkit-box-shadow: 1px 1px 3px 2px #BC7E21; box-shadow:1px 1px 3px 2px #BC7E21;">
Div content here</div>
Dieser Text ist in der Farbe #BC7E21 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC7E21 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC7E21.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC7E21.