HEX: #B4888D
RGB: (180,136,141)
#B4888D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4888D ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B4888D wird in RGB als (180,136,141) definiert.
RGB: (180,136,141)
(71%, 53%, 55%)
R 180 von 255 = 71%
G 136 von 255 = 53%
B 141 von 255 = 55%
R + G + B ~ 60%. #B4888D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 136 + 141 = 457 (100%)
R 180 von 457 ~ 39.39%
G 136 von 457 ~ 29.76%
B 141 von 457 ~ 30.85'%
Die Farbe #B4888D wird in CMYK als (0,24,22,29) definiert.
CMYK: (0,24,22,29)
C0M24Y22K29 (0%, 24%, 22%, 29%)
(0.00 / 0.24 / 0.22 / 0.29)
Farbe #B4888D in den populären Farbmodellen.
B4 | 88 | 8D | |
---|---|---|---|
RGB | 180 | 136 | 141 |
HSL | 353° | 22.68% | 61.96% |
HSB/HSV | 353° | 24.44% | 70.59% |
CMYK | 0.00% | 24.44% | 21.67% |
29.41% |
Die Farbe #B4888D in den populären Zahlensystemen.
Hexadezimal | B4 | 88 | 8D |
Dezimal | 180 | 136 | 141 |
Binär | 10110100 | 10001000 | 10001101 |
Oktal | 264 | 210 | 215 |
Dunkle Töne der Farbe #B4888D
Helle Töne der Farbe #B4888D
Beispiele css- und html für Elemente in der Farbe #B4888D. Bitte benutzen Sie auch rgb(180,136,141) statt hex-Code.
.myTextColor { color: #B4888D; }
<p style="color:#B4888D">This sample text font color is #B4888D.</p>
Die Farbe dieses Textes ist #B4888D.
.myBgColor { background-color: #B4888D; }
<div style="background-color:#B4888D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4888D.
.myBorderColor { border: 1px solid #B4888D; }
<div style="border:3px solid #B4888D">Div</div>
Die Grenzen von diesem div sind in Farbe #B4888D.
.myOpacity80 { color: #B4888D; opacity: 0.8; }
<p style="color:#B4888D;opacity:0.8;">80%</p>
Text in Farbe #B4888D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4888D;}
<p style="text-shadow: 3px 3px 1px #B4888D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4888D.
.textShadow {text-shadow: 3px 3px 1px #B4888D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4888D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4888D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4888D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4888D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4888D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4888D;
-webkit-box-shadow: 1px 1px 3px 2px #B4888D;
box-shadow: 1px 1px 3px 2px #B4888D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4888D; -webkit-box-shadow: 1px 1px 3px 2px #B4888D; box-shadow:1px 1px 3px 2px #B4888D;">
Div content here
</div>
Dieser Text ist in der Farbe #B4888D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4888D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4888D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4888D.
Kontrastfarbe für #hex ist #4B7772.