HEX: #B9587B
RGB: (185,88,123)
#B9587B enthält hauptsächlich rote Farbe. Für #B9587B ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B9587B wird in RGB als (185,88,123) definiert.
RGB: (185,88,123) (73%,35%,48%)
R 185 von 255 = 73%
G 88 von 255 = 35%
B 123 von 255 = 48%
R + G + B ~ 52%. #B9587B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
185 + 88 + 123 = 396 (100%)
R 185 von 396 ~ 46.72%
G 88 von 396 ~ 22.22%
B 123 von 396 ~ 31.06%
Die Farbe #B9587B wird in CMYK als (0,52,34,27) definiert.
CMYK: (0,52,34,27) C0M52Y34K27 (0%,52%,34%,27%) (0.00/0.52/0.34/0.27)
B9 | 58 | 7B | |
---|---|---|---|
RGB | 185 | 88 | 123 |
HSL | 338° | 40.93% | 53.53% |
HSB/HSV | 338° | 52.43% | 72.55% |
CMYK | 0.00% | 52.43% | 33.51% |
27.45% |
Hexadezimal | B9 | 58 | 7B |
Dezimal | 185 | 88 | 123 |
Binär | 10111001 | 1011000 | 1111011 |
Oktal | 271 | 130 | 173 |
Beispiele css- und html für Elemente in der Farbe #B9587B. Bitte benutzen Sie auch rgb(185,88,123) statt hex-Code.
.myTextColor { color: #B9587B; }
<p style="color:#B9587B">This sample text font color is #B9587B.</p>
Die Farbe dieses Textes ist #B9587B.
.myBgColor { background-color: #B9587B; }
<div style="background-color:#B9587B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B9587B.
.myBorderColor { border: 1px solid #B9587B; }
<div style="border:3px solid #B9587B">Div</div>
Die Grenzen von diesem div sind in Farbe #B9587B.
.myOpacity80 { color: #B9587B; opacity: 0.8; }
<p style="color:#B9587B;opacity:0.8;">80%</p>
Text in Farbe #B9587B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9587B;}
<p style="text-shadow: 3px 3px 1px #B9587B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B9587B.
.textShadow {text-shadow: 3px 3px 1px #B9587B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9587B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B9587B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9587B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9587B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9587B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B9587B; -webkit-box-shadow: 1px 1px 3px 2px #B9587B; box-shadow: 1px 1px 3px 2px #B9587B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B9587B; -webkit-box-shadow: 1px 1px 3px 2px #B9587B; box-shadow:1px 1px 3px 2px #B9587B;">
Div content here</div>
Dieser Text ist in der Farbe #B9587B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B9587B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B9587B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B9587B.