HEX: #B37499
RGB: (179,116,153)
#B37499 enthält hauptsächlich rote und blaue Farbe. Für #B37499 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B37499 wird in RGB als (179,116,153) definiert.
RGB: (179,116,153)
(70%, 45%, 60%)
R 179 von 255 = 70%
G 116 von 255 = 45%
B 153 von 255 = 60%
R + G + B ~ 58%. #B37499 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 179 + 116 + 153 = 448 (100%)
R 179 von 448 ~ 39.96%
G 116 von 448 ~ 25.89%
B 153 von 448 ~ 34.15'%
Die Farbe #B37499 wird in CMYK als (0,35,15,30) definiert.
CMYK: (0,35,15,30)
C0M35Y15K30 (0%, 35%, 15%, 30%)
(0.00 / 0.35 / 0.15 / 0.30)
Farbe #B37499 in den populären Farbmodellen.
B3 | 74 | 99 | |
---|---|---|---|
RGB | 179 | 116 | 153 |
HSL | 325° | 29.30% | 57.84% |
HSB/HSV | 325° | 35.20% | 70.20% |
CMYK | 0.00% | 35.20% | 14.53% |
29.80% |
Die Farbe #B37499 in den populären Zahlensystemen.
Hexadezimal | B3 | 74 | 99 |
Dezimal | 179 | 116 | 153 |
Binär | 10110011 | 1110100 | 10011001 |
Oktal | 263 | 164 | 231 |
Dunkle Töne der Farbe #B37499
Helle Töne der Farbe #B37499
Beispiele css- und html für Elemente in der Farbe #B37499. Bitte benutzen Sie auch rgb(179,116,153) statt hex-Code.
.myTextColor { color: #B37499; }
<p style="color:#B37499">This sample text font color is #B37499.</p>
Die Farbe dieses Textes ist #B37499.
.myBgColor { background-color: #B37499; }
<div style="background-color:#B37499">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B37499.
.myBorderColor { border: 1px solid #B37499; }
<div style="border:3px solid #B37499">Div</div>
Die Grenzen von diesem div sind in Farbe #B37499.
.myOpacity80 { color: #B37499; opacity: 0.8; }
<p style="color:#B37499;opacity:0.8;">80%</p>
Text in Farbe #B37499 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B37499;}
<p style="text-shadow: 3px 3px 1px #B37499">Text here.</p>
Dieser Text hat den Schatten in Farbe #B37499.
.textShadow {text-shadow: 3px 3px 1px #B37499', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B37499, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B37499 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B37499, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B37499, Direction=45, Strength=4)">Text</p>
This text has shadow with #B37499 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B37499;
-webkit-box-shadow: 1px 1px 3px 2px #B37499;
box-shadow: 1px 1px 3px 2px #B37499;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B37499; -webkit-box-shadow: 1px 1px 3px 2px #B37499; box-shadow:1px 1px 3px 2px #B37499;">
Div content here
</div>
Dieser Text ist in der Farbe #B37499 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B37499 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B37499.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B37499.
Kontrastfarbe für #hex ist #4C8B66.