HEX: #B17E79
RGB: (177,126,121)
#B17E79 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B17E79 ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #B17E79 wird in RGB als (177,126,121) definiert.
RGB: (177,126,121)
(69%, 49%, 47%)
R 177 von 255 = 69%
G 126 von 255 = 49%
B 121 von 255 = 47%
R + G + B ~ 55%. #B17E79 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 177 + 126 + 121 = 424 (100%)
R 177 von 424 ~ 41.75%
G 126 von 424 ~ 29.72%
B 121 von 424 ~ 28.54'%
Die Farbe #B17E79 wird in CMYK als (0,29,32,31) definiert.
CMYK: (0,29,32,31)
C0M29Y32K31 (0%, 29%, 32%, 31%)
(0.00 / 0.29 / 0.32 / 0.31)
Farbe #B17E79 in den populären Farbmodellen.
B1 | 7E | 79 | |
---|---|---|---|
RGB | 177 | 126 | 121 |
HSL | 5° | 26.42% | 58.43% |
HSB/HSV | 5° | 31.64% | 69.41% |
CMYK | 0.00% | 28.81% | 31.64% |
30.59% |
Die Farbe #B17E79 in den populären Zahlensystemen.
Hexadezimal | B1 | 7E | 79 |
Dezimal | 177 | 126 | 121 |
Binär | 10110001 | 1111110 | 1111001 |
Oktal | 261 | 176 | 171 |
Dunkle Töne der Farbe #B17E79
Helle Töne der Farbe #B17E79
Beispiele css- und html für Elemente in der Farbe #B17E79. Bitte benutzen Sie auch rgb(177,126,121) statt hex-Code.
.myTextColor { color: #B17E79; }
<p style="color:#B17E79">This sample text font color is #B17E79.</p>
Die Farbe dieses Textes ist #B17E79.
.myBgColor { background-color: #B17E79; }
<div style="background-color:#B17E79">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B17E79.
.myBorderColor { border: 1px solid #B17E79; }
<div style="border:3px solid #B17E79">Div</div>
Die Grenzen von diesem div sind in Farbe #B17E79.
.myOpacity80 { color: #B17E79; opacity: 0.8; }
<p style="color:#B17E79;opacity:0.8;">80%</p>
Text in Farbe #B17E79 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B17E79;}
<p style="text-shadow: 3px 3px 1px #B17E79">Text here.</p>
Dieser Text hat den Schatten in Farbe #B17E79.
.textShadow {text-shadow: 3px 3px 1px #B17E79', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B17E79, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B17E79 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B17E79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B17E79, Direction=45, Strength=4)">Text</p>
This text has shadow with #B17E79 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B17E79;
-webkit-box-shadow: 1px 1px 3px 2px #B17E79;
box-shadow: 1px 1px 3px 2px #B17E79;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B17E79; -webkit-box-shadow: 1px 1px 3px 2px #B17E79; box-shadow:1px 1px 3px 2px #B17E79;">
Div content here
</div>
Dieser Text ist in der Farbe #B17E79 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B17E79 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B17E79.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B17E79.
Kontrastfarbe für #hex ist #4E8186.