HEX: #B46959
RGB: (180,105,89)
#B46959 enthält hauptsächlich rote Farbe. Für #B46959 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B46959 wird in RGB als (180,105,89) definiert.
RGB: (180,105,89)
(71%, 41%, 35%)
R 180 von 255 = 71%
G 105 von 255 = 41%
B 89 von 255 = 35%
R + G + B ~ 49%. #B46959 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 105 + 89 = 374 (100%)
R 180 von 374 ~ 48.13%
G 105 von 374 ~ 28.07%
B 89 von 374 ~ 23.8'%
Die Farbe #B46959 wird in CMYK als (0,42,51,29) definiert.
CMYK: (0,42,51,29)
C0M42Y51K29 (0%, 42%, 51%, 29%)
(0.00 / 0.42 / 0.51 / 0.29)
Farbe #B46959 in den populären Farbmodellen.
B4 | 69 | 59 | |
---|---|---|---|
RGB | 180 | 105 | 89 |
HSL | 11° | 37.76% | 52.75% |
HSB/HSV | 11° | 50.56% | 70.59% |
CMYK | 0.00% | 41.67% | 50.56% |
29.41% |
Die Farbe #B46959 in den populären Zahlensystemen.
Hexadezimal | B4 | 69 | 59 |
Dezimal | 180 | 105 | 89 |
Binär | 10110100 | 1101001 | 1011001 |
Oktal | 264 | 151 | 131 |
Dunkle Töne der Farbe #B46959
Helle Töne der Farbe #B46959
Beispiele css- und html für Elemente in der Farbe #B46959. Bitte benutzen Sie auch rgb(180,105,89) statt hex-Code.
.myTextColor { color: #B46959; }
<p style="color:#B46959">This sample text font color is #B46959.</p>
Die Farbe dieses Textes ist #B46959.
.myBgColor { background-color: #B46959; }
<div style="background-color:#B46959">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B46959.
.myBorderColor { border: 1px solid #B46959; }
<div style="border:3px solid #B46959">Div</div>
Die Grenzen von diesem div sind in Farbe #B46959.
.myOpacity80 { color: #B46959; opacity: 0.8; }
<p style="color:#B46959;opacity:0.8;">80%</p>
Text in Farbe #B46959 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B46959;}
<p style="text-shadow: 3px 3px 1px #B46959">Text here.</p>
Dieser Text hat den Schatten in Farbe #B46959.
.textShadow {text-shadow: 3px 3px 1px #B46959', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B46959, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B46959 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B46959, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B46959, Direction=45, Strength=4)">Text</p>
This text has shadow with #B46959 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B46959;
-webkit-box-shadow: 1px 1px 3px 2px #B46959;
box-shadow: 1px 1px 3px 2px #B46959;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B46959; -webkit-box-shadow: 1px 1px 3px 2px #B46959; box-shadow:1px 1px 3px 2px #B46959;">
Div content here
</div>
Dieser Text ist in der Farbe #B46959 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B46959 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B46959.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B46959.
Kontrastfarbe für #hex ist #4B96A6.