HEX: #B46D20
RGB: (180,109,32)
#B46D20 enthält hauptsächlich rote Farbe. Für #B46D20 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #B46D20 wird in RGB als (180,109,32) definiert.
RGB: (180,109,32)
(71%, 43%, 13%)
R 180 von 255 = 71%
G 109 von 255 = 43%
B 32 von 255 = 13%
R + G + B ~ 42%. #B46D20 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 109 + 32 = 321 (100%)
R 180 von 321 ~ 56.07%
G 109 von 321 ~ 33.96%
B 32 von 321 ~ 9.97'%
Die Farbe #B46D20 wird in CMYK als (0,39,82,29) definiert.
CMYK: (0,39,82,29)
C0M39Y82K29 (0%, 39%, 82%, 29%)
(0.00 / 0.39 / 0.82 / 0.29)
Farbe #B46D20 in den populären Farbmodellen.
B4 | 6D | 20 | |
---|---|---|---|
RGB | 180 | 109 | 32 |
HSL | 31° | 69.81% | 41.57% |
HSB/HSV | 31° | 82.22% | 70.59% |
CMYK | 0.00% | 39.44% | 82.22% |
29.41% |
Die Farbe #B46D20 in den populären Zahlensystemen.
Hexadezimal | B4 | 6D | 20 |
Dezimal | 180 | 109 | 32 |
Binär | 10110100 | 1101101 | 100000 |
Oktal | 264 | 155 | 40 |
Dunkle Töne der Farbe #B46D20
Helle Töne der Farbe #B46D20
Beispiele css- und html für Elemente in der Farbe #B46D20. Bitte benutzen Sie auch rgb(180,109,32) statt hex-Code.
.myTextColor { color: #B46D20; }
<p style="color:#B46D20">This sample text font color is #B46D20.</p>
Die Farbe dieses Textes ist #B46D20.
.myBgColor { background-color: #B46D20; }
<div style="background-color:#B46D20">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B46D20.
.myBorderColor { border: 1px solid #B46D20; }
<div style="border:3px solid #B46D20">Div</div>
Die Grenzen von diesem div sind in Farbe #B46D20.
.myOpacity80 { color: #B46D20; opacity: 0.8; }
<p style="color:#B46D20;opacity:0.8;">80%</p>
Text in Farbe #B46D20 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B46D20;}
<p style="text-shadow: 3px 3px 1px #B46D20">Text here.</p>
Dieser Text hat den Schatten in Farbe #B46D20.
.textShadow {text-shadow: 3px 3px 1px #B46D20', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B46D20, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B46D20 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B46D20, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B46D20, Direction=45, Strength=4)">Text</p>
This text has shadow with #B46D20 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B46D20;
-webkit-box-shadow: 1px 1px 3px 2px #B46D20;
box-shadow: 1px 1px 3px 2px #B46D20;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B46D20; -webkit-box-shadow: 1px 1px 3px 2px #B46D20; box-shadow:1px 1px 3px 2px #B46D20;">
Div content here
</div>
Dieser Text ist in der Farbe #B46D20 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B46D20 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B46D20.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B46D20.
Kontrastfarbe für #hex ist #4B92DF.