HEX: #B4959A
RGB: (180,149,154)
#B4959A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4959A ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B4959A wird in RGB als (180,149,154) definiert.
RGB: (180,149,154)
(71%, 58%, 60%)
R 180 von 255 = 71%
G 149 von 255 = 58%
B 154 von 255 = 60%
R + G + B ~ 63%. #B4959A ziemlich helle Farbe.
R + G + B = 180 + 149 + 154 = 483 (100%)
R 180 von 483 ~ 37.27%
G 149 von 483 ~ 30.85%
B 154 von 483 ~ 31.88'%
Die Farbe #B4959A wird in CMYK als (0,17,14,29) definiert.
CMYK: (0,17,14,29) C0M17Y14K29 (0%,17%,14%,29%) (0.00/0.17/0.14/0.29)
Farbe #B4959A in den populären Farbmodellen.
B4 | 95 | 9A | |
---|---|---|---|
RGB | 180 | 149 | 154 |
HSL | 350° | 17.13% | 64.51% |
HSB/HSV | 350° | 17.22% | 70.59% |
CMYK | 0.00% | 17.22% | 14.44% |
29.41% |
Die Farbe #B4959A in den populären Zahlensystemen.
Hexadezimal | B4 | 95 | 9A |
Dezimal | 180 | 149 | 154 |
Binär | 10110100 | 10010101 | 10011010 |
Oktal | 264 | 225 | 232 |
Dunkle Töne der Farbe #B4959A
Helle Töne der Farbe #B4959A
Beispiele css- und html für Elemente in der Farbe #B4959A. Bitte benutzen Sie auch rgb(180,149,154) statt hex-Code.
.myTextColor { color: #B4959A; }
<p style="color:#B4959A">This sample text font color is #B4959A.</p>
Die Farbe dieses Textes ist #B4959A.
.myBgColor { background-color: #B4959A; }
<div style="background-color:#B4959A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4959A.
.myBorderColor { border: 1px solid #B4959A; }
<div style="border:3px solid #B4959A">Div</div>
Die Grenzen von diesem div sind in Farbe #B4959A.
.myOpacity80 { color: #B4959A; opacity: 0.8; }
<p style="color:#B4959A;opacity:0.8;">80%</p>
Text in Farbe #B4959A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4959A;}
<p style="text-shadow: 3px 3px 1px #B4959A">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4959A.
.textShadow {text-shadow: 3px 3px 1px #B4959A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4959A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4959A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4959A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4959A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4959A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4959A;
-webkit-box-shadow: 1px 1px 3px 2px #B4959A;
box-shadow: 1px 1px 3px 2px #B4959A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4959A; -webkit-box-shadow: 1px 1px 3px 2px #B4959A; box-shadow:1px 1px 3px 2px #B4959A;">
Div content here
</div>
Dieser Text ist in der Farbe #B4959A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4959A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4959A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4959A.
Kontrastfarbe für #hex ist #4B6A65.