HEX: #BC837E
RGB: (188,131,126)
#BC837E enthält hauptsächlich rote und grüne Farbe. Für #BC837E ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #BC837E wird in RGB als (188,131,126) definiert.
RGB: (188,131,126)
(74%, 51%, 49%)
R 188 von 255 = 74%
G 131 von 255 = 51%
B 126 von 255 = 49%
R + G + B ~ 58%. #BC837E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 188 + 131 + 126 = 445 (100%)
R 188 von 445 ~ 42.25%
G 131 von 445 ~ 29.44%
B 126 von 445 ~ 28.31'%
Die Farbe #BC837E wird in CMYK als (0,30,33,26) definiert.
CMYK: (0,30,33,26)
C0M30Y33K26 (0%, 30%, 33%, 26%)
(0.00 / 0.30 / 0.33 / 0.26)
Farbe #BC837E in den populären Farbmodellen.
BC | 83 | 7E | |
---|---|---|---|
RGB | 188 | 131 | 126 |
HSL | 5° | 31.63% | 61.57% |
HSB/HSV | 5° | 32.98% | 73.73% |
CMYK | 0.00% | 30.32% | 32.98% |
26.27% |
Die Farbe #BC837E in den populären Zahlensystemen.
Hexadezimal | BC | 83 | 7E |
Dezimal | 188 | 131 | 126 |
Binär | 10111100 | 10000011 | 1111110 |
Oktal | 274 | 203 | 176 |
Dunkle Töne der Farbe #BC837E
Helle Töne der Farbe #BC837E
Beispiele css- und html für Elemente in der Farbe #BC837E. Bitte benutzen Sie auch rgb(188,131,126) statt hex-Code.
.myTextColor { color: #BC837E; }
<p style="color:#BC837E">This sample text font color is #BC837E.</p>
Die Farbe dieses Textes ist #BC837E.
.myBgColor { background-color: #BC837E; }
<div style="background-color:#BC837E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC837E.
.myBorderColor { border: 1px solid #BC837E; }
<div style="border:3px solid #BC837E">Div</div>
Die Grenzen von diesem div sind in Farbe #BC837E.
.myOpacity80 { color: #BC837E; opacity: 0.8; }
<p style="color:#BC837E;opacity:0.8;">80%</p>
Text in Farbe #BC837E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC837E;}
<p style="text-shadow: 3px 3px 1px #BC837E">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC837E.
.textShadow {text-shadow: 3px 3px 1px #BC837E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC837E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC837E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC837E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC837E, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC837E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC837E;
-webkit-box-shadow: 1px 1px 3px 2px #BC837E;
box-shadow: 1px 1px 3px 2px #BC837E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC837E; -webkit-box-shadow: 1px 1px 3px 2px #BC837E; box-shadow:1px 1px 3px 2px #BC837E;">
Div content here
</div>
Dieser Text ist in der Farbe #BC837E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC837E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC837E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC837E.
Kontrastfarbe für #hex ist #437C81.