HEX: #BC516D
RGB: (188,81,109)
#BC516D enthält hauptsächlich rote Farbe. Für #BC516D ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BC516D wird in RGB als (188,81,109) definiert.
RGB: (188,81,109) (74%,32%,43%)
R 188 von 255 = 74%
G 81 von 255 = 32%
B 109 von 255 = 43%
R + G + B ~ 50%. #BC516D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 81 + 109 = 378 (100%)
R 188 von 378 ~ 49.74%
G 81 von 378 ~ 21.43%
B 109 von 378 ~ 28.84%
Die Farbe #BC516D wird in CMYK als (0,57,42,26) definiert.
CMYK: (0,57,42,26) C0M57Y42K26 (0%,57%,42%,26%) (0.00/0.57/0.42/0.26)
BC | 51 | 6D | |
---|---|---|---|
RGB | 188 | 81 | 109 |
HSL | 344° | 44.40% | 52.75% |
HSB/HSV | 344° | 56.91% | 73.73% |
CMYK | 0.00% | 56.91% | 42.02% |
26.27% |
Hexadezimal | BC | 51 | 6D |
Dezimal | 188 | 81 | 109 |
Binär | 10111100 | 1010001 | 1101101 |
Oktal | 274 | 121 | 155 |
Beispiele css- und html für Elemente in der Farbe #BC516D. Bitte benutzen Sie auch rgb(188,81,109) statt hex-Code.
.myTextColor { color: #BC516D; }
<p style="color:#BC516D">This sample text font color is #BC516D.</p>
Die Farbe dieses Textes ist #BC516D.
.myBgColor { background-color: #BC516D; }
<div style="background-color:#BC516D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC516D.
.myBorderColor { border: 1px solid #BC516D; }
<div style="border:3px solid #BC516D">Div</div>
Die Grenzen von diesem div sind in Farbe #BC516D.
.myOpacity80 { color: #BC516D; opacity: 0.8; }
<p style="color:#BC516D;opacity:0.8;">80%</p>
Text in Farbe #BC516D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC516D;}
<p style="text-shadow: 3px 3px 1px #BC516D">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC516D.
.textShadow {text-shadow: 3px 3px 1px #BC516D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC516D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC516D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC516D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC516D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC516D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC516D; -webkit-box-shadow: 1px 1px 3px 2px #BC516D; box-shadow: 1px 1px 3px 2px #BC516D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC516D; -webkit-box-shadow: 1px 1px 3px 2px #BC516D; box-shadow:1px 1px 3px 2px #BC516D;">
Div content here</div>
Dieser Text ist in der Farbe #BC516D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC516D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC516D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC516D.