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