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