HEX: #B15E6C
RGB: (177,94,108)
#B15E6C enthält hauptsächlich rote Farbe. Für #B15E6C ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #B15E6C wird in RGB als (177,94,108) definiert.
RGB: (177,94,108)
(69%, 37%, 42%)
R 177 von 255 = 69%
G 94 von 255 = 37%
B 108 von 255 = 42%
R + G + B ~ 49%. #B15E6C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 177 + 94 + 108 = 379 (100%)
R 177 von 379 ~ 46.7%
G 94 von 379 ~ 24.8%
B 108 von 379 ~ 28.5'%
Die Farbe #B15E6C wird in CMYK als (0,47,39,31) definiert.
CMYK: (0,47,39,31)
C0M47Y39K31 (0%, 47%, 39%, 31%)
(0.00 / 0.47 / 0.39 / 0.31)
Farbe #B15E6C in den populären Farbmodellen.
B1 | 5E | 6C | |
---|---|---|---|
RGB | 177 | 94 | 108 |
HSL | 350° | 34.73% | 53.14% |
HSB/HSV | 350° | 46.89% | 69.41% |
CMYK | 0.00% | 46.89% | 38.98% |
30.59% |
Die Farbe #B15E6C in den populären Zahlensystemen.
Hexadezimal | B1 | 5E | 6C |
Dezimal | 177 | 94 | 108 |
Binär | 10110001 | 1011110 | 1101100 |
Oktal | 261 | 136 | 154 |
Dunkle Töne der Farbe #B15E6C
Helle Töne der Farbe #B15E6C
Beispiele css- und html für Elemente in der Farbe #B15E6C. Bitte benutzen Sie auch rgb(177,94,108) statt hex-Code.
.myTextColor { color: #B15E6C; }
<p style="color:#B15E6C">This sample text font color is #B15E6C.</p>
Die Farbe dieses Textes ist #B15E6C.
.myBgColor { background-color: #B15E6C; }
<div style="background-color:#B15E6C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B15E6C.
.myBorderColor { border: 1px solid #B15E6C; }
<div style="border:3px solid #B15E6C">Div</div>
Die Grenzen von diesem div sind in Farbe #B15E6C.
.myOpacity80 { color: #B15E6C; opacity: 0.8; }
<p style="color:#B15E6C;opacity:0.8;">80%</p>
Text in Farbe #B15E6C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B15E6C;}
<p style="text-shadow: 3px 3px 1px #B15E6C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B15E6C.
.textShadow {text-shadow: 3px 3px 1px #B15E6C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B15E6C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B15E6C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B15E6C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B15E6C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B15E6C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B15E6C;
-webkit-box-shadow: 1px 1px 3px 2px #B15E6C;
box-shadow: 1px 1px 3px 2px #B15E6C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B15E6C; -webkit-box-shadow: 1px 1px 3px 2px #B15E6C; box-shadow:1px 1px 3px 2px #B15E6C;">
Div content here
</div>
Dieser Text ist in der Farbe #B15E6C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B15E6C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B15E6C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B15E6C.
Kontrastfarbe für #hex ist #4EA193.