HEX: #B5A559
RGB: (181,165,89)
#B5A559 enthält hauptsächlich rote und grüne Farbe. Für #B5A559 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B5A559 wird in RGB als (181,165,89) definiert.
RGB: (181,165,89)
(71%, 65%, 35%)
R 181 von 255 = 71%
G 165 von 255 = 65%
B 89 von 255 = 35%
R + G + B ~ 57%. #B5A559 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 181 + 165 + 89 = 435 (100%)
R 181 von 435 ~ 41.61%
G 165 von 435 ~ 37.93%
B 89 von 435 ~ 20.46'%
Die Farbe #B5A559 wird in CMYK als (0,9,51,29) definiert.
CMYK: (0,9,51,29)
C0M9Y51K29 (0%, 9%, 51%, 29%)
(0.00 / 0.09 / 0.51 / 0.29)
Farbe #B5A559 in den populären Farbmodellen.
B5 | A5 | 59 | |
---|---|---|---|
RGB | 181 | 165 | 89 |
HSL | 50° | 38.33% | 52.94% |
HSB/HSV | 50° | 50.83% | 70.98% |
CMYK | 0.00% | 8.84% | 50.83% |
29.02% |
Die Farbe #B5A559 in den populären Zahlensystemen.
Hexadezimal | B5 | A5 | 59 |
Dezimal | 181 | 165 | 89 |
Binär | 10110101 | 10100101 | 1011001 |
Oktal | 265 | 245 | 131 |
Dunkle Töne der Farbe #B5A559
Helle Töne der Farbe #B5A559
Beispiele css- und html für Elemente in der Farbe #B5A559. Bitte benutzen Sie auch rgb(181,165,89) statt hex-Code.
.myTextColor { color: #B5A559; }
<p style="color:#B5A559">This sample text font color is #B5A559.</p>
Die Farbe dieses Textes ist #B5A559.
.myBgColor { background-color: #B5A559; }
<div style="background-color:#B5A559">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5A559.
.myBorderColor { border: 1px solid #B5A559; }
<div style="border:3px solid #B5A559">Div</div>
Die Grenzen von diesem div sind in Farbe #B5A559.
.myOpacity80 { color: #B5A559; opacity: 0.8; }
<p style="color:#B5A559;opacity:0.8;">80%</p>
Text in Farbe #B5A559 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5A559;}
<p style="text-shadow: 3px 3px 1px #B5A559">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5A559.
.textShadow {text-shadow: 3px 3px 1px #B5A559', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5A559, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5A559 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5A559, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5A559, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5A559 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5A559;
-webkit-box-shadow: 1px 1px 3px 2px #B5A559;
box-shadow: 1px 1px 3px 2px #B5A559;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5A559; -webkit-box-shadow: 1px 1px 3px 2px #B5A559; box-shadow:1px 1px 3px 2px #B5A559;">
Div content here
</div>
Dieser Text ist in der Farbe #B5A559 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5A559 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5A559.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5A559.
Kontrastfarbe für #B5A559 ist #4A5AA6.