HEX: #B2887B
RGB: (178,136,123)
#B2887B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B2887B ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #B2887B wird in RGB als (178,136,123) definiert.
RGB: (178,136,123) (70%,53%,48%)
R 178 von 255 = 70%
G 136 von 255 = 53%
B 123 von 255 = 48%
R + G + B ~ 57%. #B2887B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
178 + 136 + 123 = 437 (100%)
R 178 von 437 ~ 40.73%
G 136 von 437 ~ 31.12%
B 123 von 437 ~ 28.15%
Die Farbe #B2887B wird in CMYK als (0,24,31,30) definiert.
CMYK: (0,24,31,30) C0M24Y31K30 (0%,24%,31%,30%) (0.00/0.24/0.31/0.30)
B2 | 88 | 7B | |
---|---|---|---|
RGB | 178 | 136 | 123 |
HSL | 14° | 26.32% | 59.02% |
HSB/HSV | 14° | 30.90% | 69.80% |
CMYK | 0.00% | 23.60% | 30.90% |
30.20% |
Hexadezimal | B2 | 88 | 7B |
Dezimal | 178 | 136 | 123 |
Binär | 10110010 | 10001000 | 1111011 |
Oktal | 262 | 210 | 173 |
Beispiele css- und html für Elemente in der Farbe #B2887B. Bitte benutzen Sie auch rgb(178,136,123) statt hex-Code.
.myTextColor { color: #B2887B; }
<p style="color:#B2887B">This sample text font color is #B2887B.</p>
Die Farbe dieses Textes ist #B2887B.
.myBgColor { background-color: #B2887B; }
<div style="background-color:#B2887B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B2887B.
.myBorderColor { border: 1px solid #B2887B; }
<div style="border:3px solid #B2887B">Div</div>
Die Grenzen von diesem div sind in Farbe #B2887B.
.myOpacity80 { color: #B2887B; opacity: 0.8; }
<p style="color:#B2887B;opacity:0.8;">80%</p>
Text in Farbe #B2887B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2887B;}
<p style="text-shadow: 3px 3px 1px #B2887B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B2887B.
.textShadow {text-shadow: 3px 3px 1px #B2887B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2887B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B2887B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2887B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2887B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2887B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B2887B; -webkit-box-shadow: 1px 1px 3px 2px #B2887B; box-shadow: 1px 1px 3px 2px #B2887B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B2887B; -webkit-box-shadow: 1px 1px 3px 2px #B2887B; box-shadow:1px 1px 3px 2px #B2887B;">
Div content here</div>
Dieser Text ist in der Farbe #B2887B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B2887B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B2887B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B2887B.