HEX: #BC7550
RGB: (188,117,80)
#BC7550 enthält hauptsächlich rote Farbe. Für #BC7550 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BC7550 wird in RGB als (188,117,80) definiert.
RGB: (188,117,80) (74%,46%,31%)
R 188 von 255 = 74%
G 117 von 255 = 46%
B 80 von 255 = 31%
R + G + B ~ 50%. #BC7550 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 117 + 80 = 385 (100%)
R 188 von 385 ~ 48.83%
G 117 von 385 ~ 30.39%
B 80 von 385 ~ 20.78%
Die Farbe #BC7550 wird in CMYK als (0,38,57,26) definiert.
CMYK: (0,38,57,26) C0M38Y57K26 (0%,38%,57%,26%) (0.00/0.38/0.57/0.26)
BC | 75 | 50 | |
---|---|---|---|
RGB | 188 | 117 | 80 |
HSL | 21° | 44.63% | 52.55% |
HSB/HSV | 21° | 57.45% | 73.73% |
CMYK | 0.00% | 37.77% | 57.45% |
26.27% |
Hexadezimal | BC | 75 | 50 |
Dezimal | 188 | 117 | 80 |
Binär | 10111100 | 1110101 | 1010000 |
Oktal | 274 | 165 | 120 |
Beispiele css- und html für Elemente in der Farbe #BC7550. Bitte benutzen Sie auch rgb(188,117,80) statt hex-Code.
.myTextColor { color: #BC7550; }
<p style="color:#BC7550">This sample text font color is #BC7550.</p>
Die Farbe dieses Textes ist #BC7550.
.myBgColor { background-color: #BC7550; }
<div style="background-color:#BC7550">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC7550.
.myBorderColor { border: 1px solid #BC7550; }
<div style="border:3px solid #BC7550">Div</div>
Die Grenzen von diesem div sind in Farbe #BC7550.
.myOpacity80 { color: #BC7550; opacity: 0.8; }
<p style="color:#BC7550;opacity:0.8;">80%</p>
Text in Farbe #BC7550 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC7550;}
<p style="text-shadow: 3px 3px 1px #BC7550">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC7550.
.textShadow {text-shadow: 3px 3px 1px #BC7550, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC7550, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC7550 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC7550, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC7550, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC7550 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC7550; -webkit-box-shadow: 1px 1px 3px 2px #BC7550; box-shadow: 1px 1px 3px 2px #BC7550; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC7550; -webkit-box-shadow: 1px 1px 3px 2px #BC7550; box-shadow:1px 1px 3px 2px #BC7550;">
Div content here</div>
Dieser Text ist in der Farbe #BC7550 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC7550 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC7550.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC7550.