HEX: #B9496D
RGB: (185,73,109)
#B9496D enthält hauptsächlich rote Farbe. Für #B9496D ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #B9496D wird in RGB als (185,73,109) definiert.
RGB: (185,73,109)
(73%, 29%, 43%)
R 185 von 255 = 73%
G 73 von 255 = 29%
B 109 von 255 = 43%
R + G + B ~ 48%. #B9496D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 185 + 73 + 109 = 367 (100%)
R 185 von 367 ~ 50.41%
G 73 von 367 ~ 19.89%
B 109 von 367 ~ 29.7'%
Die Farbe #B9496D wird in CMYK als (0,61,41,27) definiert.
CMYK: (0,61,41,27)
C0M61Y41K27 (0%, 61%, 41%, 27%)
(0.00 / 0.61 / 0.41 / 0.27)
Farbe #B9496D in den populären Farbmodellen.
B9 | 49 | 6D | |
---|---|---|---|
RGB | 185 | 73 | 109 |
HSL | 341° | 44.44% | 50.59% |
HSB/HSV | 341° | 60.54% | 72.55% |
CMYK | 0.00% | 60.54% | 41.08% |
27.45% |
Die Farbe #B9496D in den populären Zahlensystemen.
Hexadezimal | B9 | 49 | 6D |
Dezimal | 185 | 73 | 109 |
Binär | 10111001 | 1001001 | 1101101 |
Oktal | 271 | 111 | 155 |
Dunkle Töne der Farbe #B9496D
Helle Töne der Farbe #B9496D
Beispiele css- und html für Elemente in der Farbe #B9496D. Bitte benutzen Sie auch rgb(185,73,109) statt hex-Code.
.myTextColor { color: #B9496D; }
<p style="color:#B9496D">This sample text font color is #B9496D.</p>
Die Farbe dieses Textes ist #B9496D.
.myBgColor { background-color: #B9496D; }
<div style="background-color:#B9496D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B9496D.
.myBorderColor { border: 1px solid #B9496D; }
<div style="border:3px solid #B9496D">Div</div>
Die Grenzen von diesem div sind in Farbe #B9496D.
.myOpacity80 { color: #B9496D; opacity: 0.8; }
<p style="color:#B9496D;opacity:0.8;">80%</p>
Text in Farbe #B9496D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9496D;}
<p style="text-shadow: 3px 3px 1px #B9496D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B9496D.
.textShadow {text-shadow: 3px 3px 1px #B9496D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9496D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B9496D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9496D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9496D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9496D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9496D;
-webkit-box-shadow: 1px 1px 3px 2px #B9496D;
box-shadow: 1px 1px 3px 2px #B9496D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9496D; -webkit-box-shadow: 1px 1px 3px 2px #B9496D; box-shadow:1px 1px 3px 2px #B9496D;">
Div content here
</div>
Dieser Text ist in der Farbe #B9496D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B9496D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B9496D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B9496D.
Kontrastfarbe für #hex ist #46B692.