HEX: #BC6E49
RGB: (188,110,73)
#BC6E49 enthält hauptsächlich rote Farbe. Für #BC6E49 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #BC6E49 wird in RGB als (188,110,73) definiert.
RGB: (188,110,73)
(74%, 43%, 29%)
R 188 von 255 = 74%
G 110 von 255 = 43%
B 73 von 255 = 29%
R + G + B ~ 49%. #BC6E49 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 188 + 110 + 73 = 371 (100%)
R 188 von 371 ~ 50.67%
G 110 von 371 ~ 29.65%
B 73 von 371 ~ 19.68'%
Die Farbe #BC6E49 wird in CMYK als (0,41,61,26) definiert.
CMYK: (0,41,61,26) C0M41Y61K26 (0%,41%,61%,26%) (0.00/0.41/0.61/0.26)
Farbe #BC6E49 in den populären Farbmodellen.
BC | 6E | 49 | |
---|---|---|---|
RGB | 188 | 110 | 73 |
HSL | 19° | 46.18% | 51.18% |
HSB/HSV | 19° | 61.17% | 73.73% |
CMYK | 0.00% | 41.49% | 61.17% |
26.27% |
Die Farbe #BC6E49 in den populären Zahlensystemen.
Hexadezimal | BC | 6E | 49 |
Dezimal | 188 | 110 | 73 |
Binär | 10111100 | 1101110 | 1001001 |
Oktal | 274 | 156 | 111 |
Dunkle Töne der Farbe #BC6E49
Helle Töne der Farbe #BC6E49
Beispiele css- und html für Elemente in der Farbe #BC6E49. Bitte benutzen Sie auch rgb(188,110,73) statt hex-Code.
.myTextColor { color: #BC6E49; }
<p style="color:#BC6E49">This sample text font color is #BC6E49.</p>
Die Farbe dieses Textes ist #BC6E49.
.myBgColor { background-color: #BC6E49; }
<div style="background-color:#BC6E49">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC6E49.
.myBorderColor { border: 1px solid #BC6E49; }
<div style="border:3px solid #BC6E49">Div</div>
Die Grenzen von diesem div sind in Farbe #BC6E49.
.myOpacity80 { color: #BC6E49; opacity: 0.8; }
<p style="color:#BC6E49;opacity:0.8;">80%</p>
Text in Farbe #BC6E49 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC6E49;}
<p style="text-shadow: 3px 3px 1px #BC6E49">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC6E49.
.textShadow {text-shadow: 3px 3px 1px #BC6E49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC6E49, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC6E49 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC6E49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC6E49, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC6E49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC6E49;
-webkit-box-shadow: 1px 1px 3px 2px #BC6E49;
box-shadow: 1px 1px 3px 2px #BC6E49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC6E49; -webkit-box-shadow: 1px 1px 3px 2px #BC6E49; box-shadow:1px 1px 3px 2px #BC6E49;">
Div content here
</div>
Dieser Text ist in der Farbe #BC6E49 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC6E49 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC6E49.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC6E49.
Kontrastfarbe für #hex ist #4391B6.