HEX: #B47A70
RGB: (180,122,112)
#B47A70 enthält hauptsächlich rote und grüne Farbe. Für #B47A70 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B47A70 wird in RGB als (180,122,112) definiert.
RGB: (180,122,112)
(71%, 48%, 44%)
R 180 von 255 = 71%
G 122 von 255 = 48%
B 112 von 255 = 44%
R + G + B ~ 54%. #B47A70 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 122 + 112 = 414 (100%)
R 180 von 414 ~ 43.48%
G 122 von 414 ~ 29.47%
B 112 von 414 ~ 27.05'%
Die Farbe #B47A70 wird in CMYK als (0,32,38,29) definiert.
CMYK: (0,32,38,29)
C0M32Y38K29 (0%, 32%, 38%, 29%)
(0.00 / 0.32 / 0.38 / 0.29)
Farbe #B47A70 in den populären Farbmodellen.
B4 | 7A | 70 | |
---|---|---|---|
RGB | 180 | 122 | 112 |
HSL | 9° | 31.19% | 57.25% |
HSB/HSV | 9° | 37.78% | 70.59% |
CMYK | 0.00% | 32.22% | 37.78% |
29.41% |
Die Farbe #B47A70 in den populären Zahlensystemen.
Hexadezimal | B4 | 7A | 70 |
Dezimal | 180 | 122 | 112 |
Binär | 10110100 | 1111010 | 1110000 |
Oktal | 264 | 172 | 160 |
Dunkle Töne der Farbe #B47A70
Helle Töne der Farbe #B47A70
Beispiele css- und html für Elemente in der Farbe #B47A70. Bitte benutzen Sie auch rgb(180,122,112) statt hex-Code.
.myTextColor { color: #B47A70; }
<p style="color:#B47A70">This sample text font color is #B47A70.</p>
Die Farbe dieses Textes ist #B47A70.
.myBgColor { background-color: #B47A70; }
<div style="background-color:#B47A70">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B47A70.
.myBorderColor { border: 1px solid #B47A70; }
<div style="border:3px solid #B47A70">Div</div>
Die Grenzen von diesem div sind in Farbe #B47A70.
.myOpacity80 { color: #B47A70; opacity: 0.8; }
<p style="color:#B47A70;opacity:0.8;">80%</p>
Text in Farbe #B47A70 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B47A70;}
<p style="text-shadow: 3px 3px 1px #B47A70">Text here.</p>
Dieser Text hat den Schatten in Farbe #B47A70.
.textShadow {text-shadow: 3px 3px 1px #B47A70', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B47A70, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B47A70 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B47A70, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B47A70, Direction=45, Strength=4)">Text</p>
This text has shadow with #B47A70 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B47A70;
-webkit-box-shadow: 1px 1px 3px 2px #B47A70;
box-shadow: 1px 1px 3px 2px #B47A70;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B47A70; -webkit-box-shadow: 1px 1px 3px 2px #B47A70; box-shadow:1px 1px 3px 2px #B47A70;">
Div content here
</div>
Dieser Text ist in der Farbe #B47A70 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B47A70 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B47A70.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B47A70.
Kontrastfarbe für #hex ist #4B858F.