HEX: #B36221
RGB: (179,98,33)
#B36221 enthält hauptsächlich rote Farbe. Für #B36221 ist eine «websichere» Webfarbe #996633 (oder kurz #963).
Die Farbe #B36221 wird in RGB als (179,98,33) definiert.
RGB: (179,98,33)
(70%, 38%, 13%)
R 179 von 255 = 70%
G 98 von 255 = 38%
B 33 von 255 = 13%
R + G + B ~ 40%. #B36221 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 179 + 98 + 33 = 310 (100%)
R 179 von 310 ~ 57.74%
G 98 von 310 ~ 31.61%
B 33 von 310 ~ 10.65'%
Die Farbe #B36221 wird in CMYK als (0,45,82,30) definiert.
CMYK: (0,45,82,30)
C0M45Y82K30 (0%, 45%, 82%, 30%)
(0.00 / 0.45 / 0.82 / 0.30)
Farbe #B36221 in den populären Farbmodellen.
B3 | 62 | 21 | |
---|---|---|---|
RGB | 179 | 98 | 33 |
HSL | 27° | 68.87% | 41.57% |
HSB/HSV | 27° | 81.56% | 70.20% |
CMYK | 0.00% | 45.25% | 81.56% |
29.80% |
Die Farbe #B36221 in den populären Zahlensystemen.
Hexadezimal | B3 | 62 | 21 |
Dezimal | 179 | 98 | 33 |
Binär | 10110011 | 1100010 | 100001 |
Oktal | 263 | 142 | 41 |
Dunkle Töne der Farbe #B36221
Helle Töne der Farbe #B36221
Beispiele css- und html für Elemente in der Farbe #B36221. Bitte benutzen Sie auch rgb(179,98,33) statt hex-Code.
.myTextColor { color: #B36221; }
<p style="color:#B36221">This sample text font color is #B36221.</p>
Die Farbe dieses Textes ist #B36221.
.myBgColor { background-color: #B36221; }
<div style="background-color:#B36221">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B36221.
.myBorderColor { border: 1px solid #B36221; }
<div style="border:3px solid #B36221">Div</div>
Die Grenzen von diesem div sind in Farbe #B36221.
.myOpacity80 { color: #B36221; opacity: 0.8; }
<p style="color:#B36221;opacity:0.8;">80%</p>
Text in Farbe #B36221 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B36221;}
<p style="text-shadow: 3px 3px 1px #B36221">Text here.</p>
Dieser Text hat den Schatten in Farbe #B36221.
.textShadow {text-shadow: 3px 3px 1px #B36221', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B36221, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B36221 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B36221, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B36221, Direction=45, Strength=4)">Text</p>
This text has shadow with #B36221 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B36221;
-webkit-box-shadow: 1px 1px 3px 2px #B36221;
box-shadow: 1px 1px 3px 2px #B36221;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B36221; -webkit-box-shadow: 1px 1px 3px 2px #B36221; box-shadow:1px 1px 3px 2px #B36221;">
Div content here
</div>
Dieser Text ist in der Farbe #B36221 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B36221 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B36221.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B36221.
Kontrastfarbe für #hex ist #4C9DDE.