HEX: #BC924C
RGB: (188,146,76)
#BC924C enthält hauptsächlich rote und grüne Farbe. Für #BC924C ist eine «websichere» Webfarbe #CC9933 (oder kurz #C93).
Die Farbe #BC924C wird in RGB als (188,146,76) definiert.
RGB: (188,146,76)
(74%, 57%, 30%)
R 188 von 255 = 74%
G 146 von 255 = 57%
B 76 von 255 = 30%
R + G + B ~ 54%. #BC924C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 188 + 146 + 76 = 410 (100%)
R 188 von 410 ~ 45.85%
G 146 von 410 ~ 35.61%
B 76 von 410 ~ 18.54'%
Die Farbe #BC924C wird in CMYK als (0,22,60,26) definiert.
CMYK: (0,22,60,26)
C0M22Y60K26 (0%, 22%, 60%, 26%)
(0.00 / 0.22 / 0.60 / 0.26)
Farbe #BC924C in den populären Farbmodellen.
BC | 92 | 4C | |
---|---|---|---|
RGB | 188 | 146 | 76 |
HSL | 38° | 45.53% | 51.76% |
HSB/HSV | 38° | 59.57% | 73.73% |
CMYK | 0.00% | 22.34% | 59.57% |
26.27% |
Die Farbe #BC924C in den populären Zahlensystemen.
Hexadezimal | BC | 92 | 4C |
Dezimal | 188 | 146 | 76 |
Binär | 10111100 | 10010010 | 1001100 |
Oktal | 274 | 222 | 114 |
Dunkle Töne der Farbe #BC924C
Helle Töne der Farbe #BC924C
Beispiele css- und html für Elemente in der Farbe #BC924C. Bitte benutzen Sie auch rgb(188,146,76) statt hex-Code.
.myTextColor { color: #BC924C; }
<p style="color:#BC924C">This sample text font color is #BC924C.</p>
Die Farbe dieses Textes ist #BC924C.
.myBgColor { background-color: #BC924C; }
<div style="background-color:#BC924C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC924C.
.myBorderColor { border: 1px solid #BC924C; }
<div style="border:3px solid #BC924C">Div</div>
Die Grenzen von diesem div sind in Farbe #BC924C.
.myOpacity80 { color: #BC924C; opacity: 0.8; }
<p style="color:#BC924C;opacity:0.8;">80%</p>
Text in Farbe #BC924C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC924C;}
<p style="text-shadow: 3px 3px 1px #BC924C">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC924C.
.textShadow {text-shadow: 3px 3px 1px #BC924C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC924C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC924C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC924C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC924C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC924C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC924C;
-webkit-box-shadow: 1px 1px 3px 2px #BC924C;
box-shadow: 1px 1px 3px 2px #BC924C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC924C; -webkit-box-shadow: 1px 1px 3px 2px #BC924C; box-shadow:1px 1px 3px 2px #BC924C;">
Div content here
</div>
Dieser Text ist in der Farbe #BC924C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC924C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC924C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC924C.
Kontrastfarbe für #hex ist #436DB3.