HEX: #B57E77
RGB: (181,126,119)
#B57E77 enthält hauptsächlich rote und grüne Farbe. Für #B57E77 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B57E77 wird in RGB als (181,126,119) definiert.
RGB: (181,126,119)
(71%, 49%, 47%)
R 181 von 255 = 71%
G 126 von 255 = 49%
B 119 von 255 = 47%
R + G + B ~ 56%. #B57E77 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 181 + 126 + 119 = 426 (100%)
R 181 von 426 ~ 42.49%
G 126 von 426 ~ 29.58%
B 119 von 426 ~ 27.93'%
Die Farbe #B57E77 wird in CMYK als (0,30,34,29) definiert.
CMYK: (0,30,34,29)
C0M30Y34K29 (0%, 30%, 34%, 29%)
(0.00 / 0.30 / 0.34 / 0.29)
Farbe #B57E77 in den populären Farbmodellen.
B5 | 7E | 77 | |
---|---|---|---|
RGB | 181 | 126 | 119 |
HSL | 7° | 29.52% | 58.82% |
HSB/HSV | 7° | 34.25% | 70.98% |
CMYK | 0.00% | 30.39% | 34.25% |
29.02% |
Die Farbe #B57E77 in den populären Zahlensystemen.
Hexadezimal | B5 | 7E | 77 |
Dezimal | 181 | 126 | 119 |
Binär | 10110101 | 1111110 | 1110111 |
Oktal | 265 | 176 | 167 |
Dunkle Töne der Farbe #B57E77
Helle Töne der Farbe #B57E77
Beispiele css- und html für Elemente in der Farbe #B57E77. Bitte benutzen Sie auch rgb(181,126,119) statt hex-Code.
.myTextColor { color: #B57E77; }
<p style="color:#B57E77">This sample text font color is #B57E77.</p>
Die Farbe dieses Textes ist #B57E77.
.myBgColor { background-color: #B57E77; }
<div style="background-color:#B57E77">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B57E77.
.myBorderColor { border: 1px solid #B57E77; }
<div style="border:3px solid #B57E77">Div</div>
Die Grenzen von diesem div sind in Farbe #B57E77.
.myOpacity80 { color: #B57E77; opacity: 0.8; }
<p style="color:#B57E77;opacity:0.8;">80%</p>
Text in Farbe #B57E77 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B57E77;}
<p style="text-shadow: 3px 3px 1px #B57E77">Text here.</p>
Dieser Text hat den Schatten in Farbe #B57E77.
.textShadow {text-shadow: 3px 3px 1px #B57E77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B57E77, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B57E77 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B57E77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B57E77, Direction=45, Strength=4)">Text</p>
This text has shadow with #B57E77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B57E77;
-webkit-box-shadow: 1px 1px 3px 2px #B57E77;
box-shadow: 1px 1px 3px 2px #B57E77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B57E77; -webkit-box-shadow: 1px 1px 3px 2px #B57E77; box-shadow:1px 1px 3px 2px #B57E77;">
Div content here
</div>
Dieser Text ist in der Farbe #B57E77 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B57E77 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B57E77.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B57E77.
Kontrastfarbe für #B57E77 ist #4A8188.