HEX: #B48591
RGB: (180,133,145)
#B48591 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B48591 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B48591 wird in RGB als (180,133,145) definiert.
RGB: (180,133,145)
(71%, 52%, 57%)
R 180 von 255 = 71%
G 133 von 255 = 52%
B 145 von 255 = 57%
R + G + B ~ 60%. #B48591 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 133 + 145 = 458 (100%)
R 180 von 458 ~ 39.3%
G 133 von 458 ~ 29.04%
B 145 von 458 ~ 31.66'%
Die Farbe #B48591 wird in CMYK als (0,26,19,29) definiert.
CMYK: (0,26,19,29) C0M26Y19K29 (0%,26%,19%,29%) (0.00/0.26/0.19/0.29)
Farbe #B48591 in den populären Farbmodellen.
B4 | 85 | 91 | |
---|---|---|---|
RGB | 180 | 133 | 145 |
HSL | 345° | 23.86% | 61.37% |
HSB/HSV | 345° | 26.11% | 70.59% |
CMYK | 0.00% | 26.11% | 19.44% |
29.41% |
Die Farbe #B48591 in den populären Zahlensystemen.
Hexadezimal | B4 | 85 | 91 |
Dezimal | 180 | 133 | 145 |
Binär | 10110100 | 10000101 | 10010001 |
Oktal | 264 | 205 | 221 |
Dunkle Töne der Farbe #B48591
Helle Töne der Farbe #B48591
Beispiele css- und html für Elemente in der Farbe #B48591. Bitte benutzen Sie auch rgb(180,133,145) statt hex-Code.
.myTextColor { color: #B48591; }
<p style="color:#B48591">This sample text font color is #B48591.</p>
Die Farbe dieses Textes ist #B48591.
.myBgColor { background-color: #B48591; }
<div style="background-color:#B48591">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B48591.
.myBorderColor { border: 1px solid #B48591; }
<div style="border:3px solid #B48591">Div</div>
Die Grenzen von diesem div sind in Farbe #B48591.
.myOpacity80 { color: #B48591; opacity: 0.8; }
<p style="color:#B48591;opacity:0.8;">80%</p>
Text in Farbe #B48591 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B48591;}
<p style="text-shadow: 3px 3px 1px #B48591">Text here.</p>
Dieser Text hat den Schatten in Farbe #B48591.
.textShadow {text-shadow: 3px 3px 1px #B48591', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B48591, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B48591 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B48591, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B48591, Direction=45, Strength=4)">Text</p>
This text has shadow with #B48591 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B48591;
-webkit-box-shadow: 1px 1px 3px 2px #B48591;
box-shadow: 1px 1px 3px 2px #B48591;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B48591; -webkit-box-shadow: 1px 1px 3px 2px #B48591; box-shadow:1px 1px 3px 2px #B48591;">
Div content here
</div>
Dieser Text ist in der Farbe #B48591 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B48591 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B48591.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B48591.
Kontrastfarbe für #hex ist #4B7A6E.