HEX: #B47188
RGB: (180,113,136)
#B47188 enthält hauptsächlich rote und blaue Farbe. Für #B47188 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #B47188 wird in RGB als (180,113,136) definiert.
RGB: (180,113,136) (71%,44%,53%)
R 180 von 255 = 71%
G 113 von 255 = 44%
B 136 von 255 = 53%
R + G + B ~ 56%. #B47188 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 113 + 136 = 429 (100%)
R 180 von 429 ~ 41.96%
G 113 von 429 ~ 26.34%
B 136 von 429 ~ 31.7%
Die Farbe #B47188 wird in CMYK als (0,37,24,29) definiert.
CMYK: (0,37,24,29) C0M37Y24K29 (0%,37%,24%,29%) (0.00/0.37/0.24/0.29)
B4 | 71 | 88 | |
---|---|---|---|
RGB | 180 | 113 | 136 |
HSL | 339° | 30.88% | 57.45% |
HSB/HSV | 339° | 37.22% | 70.59% |
CMYK | 0.00% | 37.22% | 24.44% |
29.41% |
Hexadezimal | B4 | 71 | 88 |
Dezimal | 180 | 113 | 136 |
Binär | 10110100 | 1110001 | 10001000 |
Oktal | 264 | 161 | 210 |
Beispiele css- und html für Elemente in der Farbe #B47188. Bitte benutzen Sie auch rgb(180,113,136) statt hex-Code.
.myTextColor { color: #B47188; }
<p style="color:#B47188">This sample text font color is #B47188.</p>
Die Farbe dieses Textes ist #B47188.
.myBgColor { background-color: #B47188; }
<div style="background-color:#B47188">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B47188.
.myBorderColor { border: 1px solid #B47188; }
<div style="border:3px solid #B47188">Div</div>
Die Grenzen von diesem div sind in Farbe #B47188.
.myOpacity80 { color: #B47188; opacity: 0.8; }
<p style="color:#B47188;opacity:0.8;">80%</p>
Text in Farbe #B47188 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B47188;}
<p style="text-shadow: 3px 3px 1px #B47188">Text here.</p>
Dieser Text hat den Schatten in Farbe #B47188.
.textShadow {text-shadow: 3px 3px 1px #B47188, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B47188, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B47188 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B47188, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B47188, Direction=45, Strength=4)">Text</p>
This text has shadow with #B47188 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B47188; -webkit-box-shadow: 1px 1px 3px 2px #B47188; box-shadow: 1px 1px 3px 2px #B47188; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B47188; -webkit-box-shadow: 1px 1px 3px 2px #B47188; box-shadow:1px 1px 3px 2px #B47188;">
Div content here</div>
Dieser Text ist in der Farbe #B47188 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B47188 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B47188.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B47188.