HEX: #B5952E
RGB: (181,149,46)
#B5952E enthält hauptsächlich rote und grüne Farbe. Für #B5952E ist eine «websichere» Webfarbe #CC9933 (oder kurz #C93).
Die Farbe #B5952E wird in RGB als (181,149,46) definiert.
RGB: (181,149,46)
(71%, 58%, 18%)
R 181 von 255 = 71%
G 149 von 255 = 58%
B 46 von 255 = 18%
R + G + B ~ 49%. #B5952E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 181 + 149 + 46 = 376 (100%)
R 181 von 376 ~ 48.14%
G 149 von 376 ~ 39.63%
B 46 von 376 ~ 12.23'%
Die Farbe #B5952E wird in CMYK als (0,18,75,29) definiert.
CMYK: (0,18,75,29)
C0M18Y75K29 (0%, 18%, 75%, 29%)
(0.00 / 0.18 / 0.75 / 0.29)
Farbe #B5952E in den populären Farbmodellen.
B5 | 95 | 2E | |
---|---|---|---|
RGB | 181 | 149 | 46 |
HSL | 46° | 59.47% | 44.51% |
HSB/HSV | 46° | 74.59% | 70.98% |
CMYK | 0.00% | 17.68% | 74.59% |
29.02% |
Die Farbe #B5952E in den populären Zahlensystemen.
Hexadezimal | B5 | 95 | 2E |
Dezimal | 181 | 149 | 46 |
Binär | 10110101 | 10010101 | 101110 |
Oktal | 265 | 225 | 56 |
Dunkle Töne der Farbe #B5952E
Helle Töne der Farbe #B5952E
Beispiele css- und html für Elemente in der Farbe #B5952E. Bitte benutzen Sie auch rgb(181,149,46) statt hex-Code.
.myTextColor { color: #B5952E; }
<p style="color:#B5952E">This sample text font color is #B5952E.</p>
Die Farbe dieses Textes ist #B5952E.
.myBgColor { background-color: #B5952E; }
<div style="background-color:#B5952E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5952E.
.myBorderColor { border: 1px solid #B5952E; }
<div style="border:3px solid #B5952E">Div</div>
Die Grenzen von diesem div sind in Farbe #B5952E.
.myOpacity80 { color: #B5952E; opacity: 0.8; }
<p style="color:#B5952E;opacity:0.8;">80%</p>
Text in Farbe #B5952E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5952E;}
<p style="text-shadow: 3px 3px 1px #B5952E">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5952E.
.textShadow {text-shadow: 3px 3px 1px #B5952E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5952E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5952E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5952E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5952E, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5952E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5952E;
-webkit-box-shadow: 1px 1px 3px 2px #B5952E;
box-shadow: 1px 1px 3px 2px #B5952E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5952E; -webkit-box-shadow: 1px 1px 3px 2px #B5952E; box-shadow:1px 1px 3px 2px #B5952E;">
Div content here
</div>
Dieser Text ist in der Farbe #B5952E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5952E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5952E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5952E.
Kontrastfarbe für #B5952E ist #4A6AD1.