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