HEX: #BC995C
RGB: (188,153,92)
#BC995C enthält hauptsächlich rote und grüne Farbe. Für #BC995C ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #BC995C wird in RGB als (188,153,92) definiert.
RGB: (188,153,92)
(74%, 60%, 36%)
R 188 von 255 = 74%
G 153 von 255 = 60%
B 92 von 255 = 36%
R + G + B ~ 57%. #BC995C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 188 + 153 + 92 = 433 (100%)
R 188 von 433 ~ 43.42%
G 153 von 433 ~ 35.33%
B 92 von 433 ~ 21.25'%
Die Farbe #BC995C wird in CMYK als (0,19,51,26) definiert.
CMYK: (0,19,51,26)
C0M19Y51K26 (0%, 19%, 51%, 26%)
(0.00 / 0.19 / 0.51 / 0.26)
Farbe #BC995C in den populären Farbmodellen.
BC | 99 | 5C | |
---|---|---|---|
RGB | 188 | 153 | 92 |
HSL | 38° | 41.74% | 54.90% |
HSB/HSV | 38° | 51.06% | 73.73% |
CMYK | 0.00% | 18.62% | 51.06% |
26.27% |
Die Farbe #BC995C in den populären Zahlensystemen.
Hexadezimal | BC | 99 | 5C |
Dezimal | 188 | 153 | 92 |
Binär | 10111100 | 10011001 | 1011100 |
Oktal | 274 | 231 | 134 |
Dunkle Töne der Farbe #BC995C
Helle Töne der Farbe #BC995C
Beispiele css- und html für Elemente in der Farbe #BC995C. Bitte benutzen Sie auch rgb(188,153,92) statt hex-Code.
.myTextColor { color: #BC995C; }
<p style="color:#BC995C">This sample text font color is #BC995C.</p>
Die Farbe dieses Textes ist #BC995C.
.myBgColor { background-color: #BC995C; }
<div style="background-color:#BC995C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC995C.
.myBorderColor { border: 1px solid #BC995C; }
<div style="border:3px solid #BC995C">Div</div>
Die Grenzen von diesem div sind in Farbe #BC995C.
.myOpacity80 { color: #BC995C; opacity: 0.8; }
<p style="color:#BC995C;opacity:0.8;">80%</p>
Text in Farbe #BC995C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC995C;}
<p style="text-shadow: 3px 3px 1px #BC995C">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC995C.
.textShadow {text-shadow: 3px 3px 1px #BC995C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC995C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC995C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC995C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC995C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC995C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC995C;
-webkit-box-shadow: 1px 1px 3px 2px #BC995C;
box-shadow: 1px 1px 3px 2px #BC995C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC995C; -webkit-box-shadow: 1px 1px 3px 2px #BC995C; box-shadow:1px 1px 3px 2px #BC995C;">
Div content here
</div>
Dieser Text ist in der Farbe #BC995C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC995C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC995C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC995C.
Kontrastfarbe für #hex ist #4366A3.