HEX: #BC5E3A
RGB: (188,94,58)
#BC5E3A enthält hauptsächlich rote Farbe. Für #BC5E3A ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #BC5E3A wird in RGB als (188,94,58) definiert.
RGB: (188,94,58)
(74%, 37%, 23%)
R 188 von 255 = 74%
G 94 von 255 = 37%
B 58 von 255 = 23%
R + G + B ~ 45%. #BC5E3A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 188 + 94 + 58 = 340 (100%)
R 188 von 340 ~ 55.29%
G 94 von 340 ~ 27.65%
B 58 von 340 ~ 17.06'%
Die Farbe #BC5E3A wird in CMYK als (0,50,69,26) definiert.
CMYK: (0,50,69,26)
C0M50Y69K26 (0%, 50%, 69%, 26%)
(0.00 / 0.50 / 0.69 / 0.26)
Farbe #BC5E3A in den populären Farbmodellen.
BC | 5E | 3A | |
---|---|---|---|
RGB | 188 | 94 | 58 |
HSL | 17° | 52.85% | 48.24% |
HSB/HSV | 17° | 69.15% | 73.73% |
CMYK | 0.00% | 50.00% | 69.15% |
26.27% |
Die Farbe #BC5E3A in den populären Zahlensystemen.
Hexadezimal | BC | 5E | 3A |
Dezimal | 188 | 94 | 58 |
Binär | 10111100 | 1011110 | 111010 |
Oktal | 274 | 136 | 72 |
Dunkle Töne der Farbe #BC5E3A
Helle Töne der Farbe #BC5E3A
Beispiele css- und html für Elemente in der Farbe #BC5E3A. Bitte benutzen Sie auch rgb(188,94,58) statt hex-Code.
.myTextColor { color: #BC5E3A; }
<p style="color:#BC5E3A">This sample text font color is #BC5E3A.</p>
Die Farbe dieses Textes ist #BC5E3A.
.myBgColor { background-color: #BC5E3A; }
<div style="background-color:#BC5E3A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC5E3A.
.myBorderColor { border: 1px solid #BC5E3A; }
<div style="border:3px solid #BC5E3A">Div</div>
Die Grenzen von diesem div sind in Farbe #BC5E3A.
.myOpacity80 { color: #BC5E3A; opacity: 0.8; }
<p style="color:#BC5E3A;opacity:0.8;">80%</p>
Text in Farbe #BC5E3A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC5E3A;}
<p style="text-shadow: 3px 3px 1px #BC5E3A">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC5E3A.
.textShadow {text-shadow: 3px 3px 1px #BC5E3A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC5E3A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC5E3A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC5E3A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC5E3A, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC5E3A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC5E3A;
-webkit-box-shadow: 1px 1px 3px 2px #BC5E3A;
box-shadow: 1px 1px 3px 2px #BC5E3A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC5E3A; -webkit-box-shadow: 1px 1px 3px 2px #BC5E3A; box-shadow:1px 1px 3px 2px #BC5E3A;">
Div content here
</div>
Dieser Text ist in der Farbe #BC5E3A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC5E3A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC5E3A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC5E3A.
Kontrastfarbe für #hex ist #43A1C5.