HEX: #BC887C
RGB: (188,136,124)
#BC887C enthält hauptsächlich rote und grüne Farbe. Für #BC887C ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #BC887C wird in RGB als (188,136,124) definiert.
RGB: (188,136,124)
(74%, 53%, 49%)
R 188 von 255 = 74%
G 136 von 255 = 53%
B 124 von 255 = 49%
R + G + B ~ 59%. #BC887C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 188 + 136 + 124 = 448 (100%)
R 188 von 448 ~ 41.96%
G 136 von 448 ~ 30.36%
B 124 von 448 ~ 27.68'%
Die Farbe #BC887C wird in CMYK als (0,28,34,26) definiert.
CMYK: (0,28,34,26)
C0M28Y34K26 (0%, 28%, 34%, 26%)
(0.00 / 0.28 / 0.34 / 0.26)
Farbe #BC887C in den populären Farbmodellen.
BC | 88 | 7C | |
---|---|---|---|
RGB | 188 | 136 | 124 |
HSL | 11° | 32.32% | 61.18% |
HSB/HSV | 11° | 34.04% | 73.73% |
CMYK | 0.00% | 27.66% | 34.04% |
26.27% |
Die Farbe #BC887C in den populären Zahlensystemen.
Hexadezimal | BC | 88 | 7C |
Dezimal | 188 | 136 | 124 |
Binär | 10111100 | 10001000 | 1111100 |
Oktal | 274 | 210 | 174 |
Dunkle Töne der Farbe #BC887C
Helle Töne der Farbe #BC887C
Beispiele css- und html für Elemente in der Farbe #BC887C. Bitte benutzen Sie auch rgb(188,136,124) statt hex-Code.
.myTextColor { color: #BC887C; }
<p style="color:#BC887C">This sample text font color is #BC887C.</p>
Die Farbe dieses Textes ist #BC887C.
.myBgColor { background-color: #BC887C; }
<div style="background-color:#BC887C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC887C.
.myBorderColor { border: 1px solid #BC887C; }
<div style="border:3px solid #BC887C">Div</div>
Die Grenzen von diesem div sind in Farbe #BC887C.
.myOpacity80 { color: #BC887C; opacity: 0.8; }
<p style="color:#BC887C;opacity:0.8;">80%</p>
Text in Farbe #BC887C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC887C;}
<p style="text-shadow: 3px 3px 1px #BC887C">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC887C.
.textShadow {text-shadow: 3px 3px 1px #BC887C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC887C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC887C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC887C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC887C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC887C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC887C;
-webkit-box-shadow: 1px 1px 3px 2px #BC887C;
box-shadow: 1px 1px 3px 2px #BC887C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC887C; -webkit-box-shadow: 1px 1px 3px 2px #BC887C; box-shadow:1px 1px 3px 2px #BC887C;">
Div content here
</div>
Dieser Text ist in der Farbe #BC887C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC887C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC887C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC887C.
Kontrastfarbe für #hex ist #437783.