HEX: #BC6095
RGB: (188,96,149)
#BC6095 enthält hauptsächlich rote und blaue Farbe. Für #BC6095 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BC6095 wird in RGB als (188,96,149) definiert.
RGB: (188,96,149) (74%,38%,58%)
R 188 von 255 = 74%
G 96 von 255 = 38%
B 149 von 255 = 58%
R + G + B ~ 57%. #BC6095 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 96 + 149 = 433 (100%)
R 188 von 433 ~ 43.42%
G 96 von 433 ~ 22.17%
B 149 von 433 ~ 34.41%
Die Farbe #BC6095 wird in CMYK als (0,49,21,26) definiert.
CMYK: (0,49,21,26) C0M49Y21K26 (0%,49%,21%,26%) (0.00/0.49/0.21/0.26)
BC | 60 | 95 | |
---|---|---|---|
RGB | 188 | 96 | 149 |
HSL | 325° | 40.71% | 55.69% |
HSB/HSV | 325° | 48.94% | 73.73% |
CMYK | 0.00% | 48.94% | 20.74% |
26.27% |
Hexadezimal | BC | 60 | 95 |
Dezimal | 188 | 96 | 149 |
Binär | 10111100 | 1100000 | 10010101 |
Oktal | 274 | 140 | 225 |
Beispiele css- und html für Elemente in der Farbe #BC6095. Bitte benutzen Sie auch rgb(188,96,149) statt hex-Code.
.myTextColor { color: #BC6095; }
<p style="color:#BC6095">This sample text font color is #BC6095.</p>
Die Farbe dieses Textes ist #BC6095.
.myBgColor { background-color: #BC6095; }
<div style="background-color:#BC6095">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BC6095.
.myBorderColor { border: 1px solid #BC6095; }
<div style="border:3px solid #BC6095">Div</div>
Die Grenzen von diesem div sind in Farbe #BC6095.
.myOpacity80 { color: #BC6095; opacity: 0.8; }
<p style="color:#BC6095;opacity:0.8;">80%</p>
Text in Farbe #BC6095 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BC6095;}
<p style="text-shadow: 3px 3px 1px #BC6095">Text here.</p>
Dieser Text hat den Schatten in Farbe #BC6095.
.textShadow {text-shadow: 3px 3px 1px #BC6095, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BC6095, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BC6095 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC6095, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BC6095, Direction=45, Strength=4)">Text</p>
This text has shadow with #BC6095 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BC6095; -webkit-box-shadow: 1px 1px 3px 2px #BC6095; box-shadow: 1px 1px 3px 2px #BC6095; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BC6095; -webkit-box-shadow: 1px 1px 3px 2px #BC6095; box-shadow:1px 1px 3px 2px #BC6095;">
Div content here</div>
Dieser Text ist in der Farbe #BC6095 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BC6095 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BC6095.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BC6095.