HEX: #BC717B
RGB: (188,113,123)
#BC717B enthält hauptsächlich rote Farbe. Für #BC717B ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BC717B wird in RGB als (188,113,123) definiert.
RGB: (188,113,123) (74%,44%,48%)
R 188 von 255 = 74%
G 113 von 255 = 44%
B 123 von 255 = 48%
R + G + B ~ 55%. #BC717B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 113 + 123 = 424 (100%)
R 188 von 424 ~ 44.34%
G 113 von 424 ~ 26.65%
B 123 von 424 ~ 29.01%
Die Farbe #BC717B wird in CMYK als (0,40,35,26) definiert.
CMYK: (0,40,35,26) C0M40Y35K26 (0%,40%,35%,26%) (0.00/0.40/0.35/0.26)
BC | 71 | 7B | |
---|---|---|---|
RGB | 188 | 113 | 123 |
HSL | 352° | 35.89% | 59.02% |
HSB/HSV | 352° | 39.89% | 73.73% |
CMYK | 0.00% | 39.89% | 34.57% |
26.27% |
Hexadezimal | BC | 71 | 7B |
Dezimal | 188 | 113 | 123 |
Binär | 10111100 | 1110001 | 1111011 |
Oktal | 274 | 161 | 173 |
Beispiele css- und html für Elemente in der Farbe #BC717B. Bitte benutzen Sie auch rgb(188,113,123) statt hex-Code.
.myTextColor { color: #BC717B; }
<p style="color:#BC717B">This sample text font color is #BC717B.</p>
Die Farbe dieses Textes ist #BC717B.
.myBgColor { background-color: #BC717B; }
<div style="background-color:#BC717B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC717B.
.myBorderColor { border: 1px solid #BC717B; }
<div style="border:3px solid #BC717B">Div</div>
Die Grenzen von diesem div sind in Farbe #BC717B.
.myOpacity80 { color: #BC717B; opacity: 0.8; }
<p style="color:#BC717B;opacity:0.8;">80%</p>
Text in Farbe #BC717B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC717B;}
<p style="text-shadow: 3px 3px 1px #BC717B">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC717B.
.textShadow {text-shadow: 3px 3px 1px #BC717B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC717B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC717B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC717B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC717B, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC717B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC717B; -webkit-box-shadow: 1px 1px 3px 2px #BC717B; box-shadow: 1px 1px 3px 2px #BC717B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC717B; -webkit-box-shadow: 1px 1px 3px 2px #BC717B; box-shadow:1px 1px 3px 2px #BC717B;">
Div content here</div>
Dieser Text ist in der Farbe #BC717B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC717B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC717B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC717B.