HEX: #BB828F
RGB: (187,130,143)
#BB828F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BB828F ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #BB828F wird in RGB als (187,130,143) definiert.
RGB: (187,130,143) (73%,51%,56%)
R 187 von 255 = 73%
G 130 von 255 = 51%
B 143 von 255 = 56%
R + G + B ~ 60%. #BB828F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 130 + 143 = 460 (100%)
R 187 von 460 ~ 40.65%
G 130 von 460 ~ 28.26%
B 143 von 460 ~ 31.09%
Die Farbe #BB828F wird in CMYK als (0,30,24,27) definiert.
CMYK: (0,30,24,27) C0M30Y24K27 (0%,30%,24%,27%) (0.00/0.30/0.24/0.27)
BB | 82 | 8F | |
---|---|---|---|
RGB | 187 | 130 | 143 |
HSL | 346° | 29.53% | 62.16% |
HSB/HSV | 346° | 30.48% | 73.33% |
CMYK | 0.00% | 30.48% | 23.53% |
26.67% |
Hexadezimal | BB | 82 | 8F |
Dezimal | 187 | 130 | 143 |
Binär | 10111011 | 10000010 | 10001111 |
Oktal | 273 | 202 | 217 |
Beispiele css- und html für Elemente in der Farbe #BB828F. Bitte benutzen Sie auch rgb(187,130,143) statt hex-Code.
.myTextColor { color: #BB828F; }
<p style="color:#BB828F">This sample text font color is #BB828F.</p>
Die Farbe dieses Textes ist #BB828F.
.myBgColor { background-color: #BB828F; }
<div style="background-color:#BB828F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB828F.
.myBorderColor { border: 1px solid #BB828F; }
<div style="border:3px solid #BB828F">Div</div>
Die Grenzen von diesem div sind in Farbe #BB828F.
.myOpacity80 { color: #BB828F; opacity: 0.8; }
<p style="color:#BB828F;opacity:0.8;">80%</p>
Text in Farbe #BB828F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB828F;}
<p style="text-shadow: 3px 3px 1px #BB828F">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB828F.
.textShadow {text-shadow: 3px 3px 1px #BB828F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB828F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB828F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB828F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB828F, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB828F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB828F; -webkit-box-shadow: 1px 1px 3px 2px #BB828F; box-shadow: 1px 1px 3px 2px #BB828F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB828F; -webkit-box-shadow: 1px 1px 3px 2px #BB828F; box-shadow:1px 1px 3px 2px #BB828F;">
Div content here</div>
Dieser Text ist in der Farbe #BB828F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB828F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB828F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB828F.