HEX: #BB8087
RGB: (187,128,135)
#BB8087 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BB8087 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #BB8087 wird in RGB als (187,128,135) definiert.
RGB: (187,128,135) (73%,50%,53%)
R 187 von 255 = 73%
G 128 von 255 = 50%
B 135 von 255 = 53%
R + G + B ~ 59%. #BB8087 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 128 + 135 = 450 (100%)
R 187 von 450 ~ 41.56%
G 128 von 450 ~ 28.44%
B 135 von 450 ~ 30%
Die Farbe #BB8087 wird in CMYK als (0,32,28,27) definiert.
CMYK: (0,32,28,27) C0M32Y28K27 (0%,32%,28%,27%) (0.00/0.32/0.28/0.27)
BB | 80 | 87 | |
---|---|---|---|
RGB | 187 | 128 | 135 |
HSL | 353° | 30.26% | 61.76% |
HSB/HSV | 353° | 31.55% | 73.33% |
CMYK | 0.00% | 31.55% | 27.81% |
26.67% |
Hexadezimal | BB | 80 | 87 |
Dezimal | 187 | 128 | 135 |
Binär | 10111011 | 10000000 | 10000111 |
Oktal | 273 | 200 | 207 |
Beispiele css- und html für Elemente in der Farbe #BB8087. Bitte benutzen Sie auch rgb(187,128,135) statt hex-Code.
.myTextColor { color: #BB8087; }
<p style="color:#BB8087">This sample text font color is #BB8087.</p>
Die Farbe dieses Textes ist #BB8087.
.myBgColor { background-color: #BB8087; }
<div style="background-color:#BB8087">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB8087.
.myBorderColor { border: 1px solid #BB8087; }
<div style="border:3px solid #BB8087">Div</div>
Die Grenzen von diesem div sind in Farbe #BB8087.
.myOpacity80 { color: #BB8087; opacity: 0.8; }
<p style="color:#BB8087;opacity:0.8;">80%</p>
Text in Farbe #BB8087 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB8087;}
<p style="text-shadow: 3px 3px 1px #BB8087">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB8087.
.textShadow {text-shadow: 3px 3px 1px #BB8087, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB8087, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB8087 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB8087, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB8087, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB8087 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB8087; -webkit-box-shadow: 1px 1px 3px 2px #BB8087; box-shadow: 1px 1px 3px 2px #BB8087; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB8087; -webkit-box-shadow: 1px 1px 3px 2px #BB8087; box-shadow:1px 1px 3px 2px #BB8087;">
Div content here</div>
Dieser Text ist in der Farbe #BB8087 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB8087 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB8087.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB8087.