HEX: #B37E8C
RGB: (179,126,140)
#B37E8C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B37E8C ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B37E8C wird in RGB als (179,126,140) definiert.
RGB: (179,126,140)
(70%, 49%, 55%)
R 179 von 255 = 70%
G 126 von 255 = 49%
B 140 von 255 = 55%
R + G + B ~ 58%. #B37E8C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 179 + 126 + 140 = 445 (100%)
R 179 von 445 ~ 40.22%
G 126 von 445 ~ 28.31%
B 140 von 445 ~ 31.46'%
Die Farbe #B37E8C wird in CMYK als (0,30,22,30) definiert.
CMYK: (0,30,22,30)
C0M30Y22K30 (0%, 30%, 22%, 30%)
(0.00 / 0.30 / 0.22 / 0.30)
Farbe #B37E8C in den populären Farbmodellen.
B3 | 7E | 8C | |
---|---|---|---|
RGB | 179 | 126 | 140 |
HSL | 344° | 25.85% | 59.80% |
HSB/HSV | 344° | 29.61% | 70.20% |
CMYK | 0.00% | 29.61% | 21.79% |
29.80% |
Die Farbe #B37E8C in den populären Zahlensystemen.
Hexadezimal | B3 | 7E | 8C |
Dezimal | 179 | 126 | 140 |
Binär | 10110011 | 1111110 | 10001100 |
Oktal | 263 | 176 | 214 |
Dunkle Töne der Farbe #B37E8C
Helle Töne der Farbe #B37E8C
Beispiele css- und html für Elemente in der Farbe #B37E8C. Bitte benutzen Sie auch rgb(179,126,140) statt hex-Code.
.myTextColor { color: #B37E8C; }
<p style="color:#B37E8C">This sample text font color is #B37E8C.</p>
Die Farbe dieses Textes ist #B37E8C.
.myBgColor { background-color: #B37E8C; }
<div style="background-color:#B37E8C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B37E8C.
.myBorderColor { border: 1px solid #B37E8C; }
<div style="border:3px solid #B37E8C">Div</div>
Die Grenzen von diesem div sind in Farbe #B37E8C.
.myOpacity80 { color: #B37E8C; opacity: 0.8; }
<p style="color:#B37E8C;opacity:0.8;">80%</p>
Text in Farbe #B37E8C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B37E8C;}
<p style="text-shadow: 3px 3px 1px #B37E8C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B37E8C.
.textShadow {text-shadow: 3px 3px 1px #B37E8C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B37E8C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B37E8C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B37E8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B37E8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B37E8C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B37E8C;
-webkit-box-shadow: 1px 1px 3px 2px #B37E8C;
box-shadow: 1px 1px 3px 2px #B37E8C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B37E8C; -webkit-box-shadow: 1px 1px 3px 2px #B37E8C; box-shadow:1px 1px 3px 2px #B37E8C;">
Div content here
</div>
Dieser Text ist in der Farbe #B37E8C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B37E8C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B37E8C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B37E8C.
Kontrastfarbe für #hex ist #4C8173.