HEX: #B4AD72
RGB: (180,173,114)
#B4AD72 enthält hauptsächlich rote und grüne Farbe. Für #B4AD72 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B4AD72 wird in RGB als (180,173,114) definiert.
RGB: (180,173,114)
(71%, 68%, 45%)
R 180 von 255 = 71%
G 173 von 255 = 68%
B 114 von 255 = 45%
R + G + B ~ 61%. #B4AD72 ziemlich helle Farbe.
R + G + B = 180 + 173 + 114 = 467 (100%)
R 180 von 467 ~ 38.54%
G 173 von 467 ~ 37.04%
B 114 von 467 ~ 24.41'%
Die Farbe #B4AD72 wird in CMYK als (0,4,37,29) definiert.
CMYK: (0,4,37,29)
C0M4Y37K29 (0%, 4%, 37%, 29%)
(0.00 / 0.04 / 0.37 / 0.29)
Farbe #B4AD72 in den populären Farbmodellen.
B4 | AD | 72 | |
---|---|---|---|
RGB | 180 | 173 | 114 |
HSL | 54° | 30.56% | 57.65% |
HSB/HSV | 54° | 36.67% | 70.59% |
CMYK | 0.00% | 3.89% | 36.67% |
29.41% |
Die Farbe #B4AD72 in den populären Zahlensystemen.
Hexadezimal | B4 | AD | 72 |
Dezimal | 180 | 173 | 114 |
Binär | 10110100 | 10101101 | 1110010 |
Oktal | 264 | 255 | 162 |
Dunkle Töne der Farbe #B4AD72
Helle Töne der Farbe #B4AD72
Beispiele css- und html für Elemente in der Farbe #B4AD72. Bitte benutzen Sie auch rgb(180,173,114) statt hex-Code.
.myTextColor { color: #B4AD72; }
<p style="color:#B4AD72">This sample text font color is #B4AD72.</p>
Die Farbe dieses Textes ist #B4AD72.
.myBgColor { background-color: #B4AD72; }
<div style="background-color:#B4AD72">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4AD72.
.myBorderColor { border: 1px solid #B4AD72; }
<div style="border:3px solid #B4AD72">Div</div>
Die Grenzen von diesem div sind in Farbe #B4AD72.
.myOpacity80 { color: #B4AD72; opacity: 0.8; }
<p style="color:#B4AD72;opacity:0.8;">80%</p>
Text in Farbe #B4AD72 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4AD72;}
<p style="text-shadow: 3px 3px 1px #B4AD72">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4AD72.
.textShadow {text-shadow: 3px 3px 1px #B4AD72', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4AD72, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4AD72 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4AD72, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4AD72, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4AD72 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4AD72;
-webkit-box-shadow: 1px 1px 3px 2px #B4AD72;
box-shadow: 1px 1px 3px 2px #B4AD72;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4AD72; -webkit-box-shadow: 1px 1px 3px 2px #B4AD72; box-shadow:1px 1px 3px 2px #B4AD72;">
Div content here
</div>
Dieser Text ist in der Farbe #B4AD72 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4AD72 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4AD72.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4AD72.
Kontrastfarbe für #hex ist #4B528D.