HEX: #B0597D
RGB: (176,89,125)
#B0597D enthält hauptsächlich rote und blaue Farbe. Für #B0597D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #B0597D wird in RGB als (176,89,125) definiert.
RGB: (176,89,125)
(69%, 35%, 49%)
R 176 von 255 = 69%
G 89 von 255 = 35%
B 125 von 255 = 49%
R + G + B ~ 51%. #B0597D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 176 + 89 + 125 = 390 (100%)
R 176 von 390 ~ 45.13%
G 89 von 390 ~ 22.82%
B 125 von 390 ~ 32.05'%
Die Farbe #B0597D wird in CMYK als (0,49,29,31) definiert.
CMYK: (0,49,29,31)
C0M49Y29K31 (0%, 49%, 29%, 31%)
(0.00 / 0.49 / 0.29 / 0.31)
Farbe #B0597D in den populären Farbmodellen.
B0 | 59 | 7D | |
---|---|---|---|
RGB | 176 | 89 | 125 |
HSL | 335° | 35.51% | 51.96% |
HSB/HSV | 335° | 49.43% | 69.02% |
CMYK | 0.00% | 49.43% | 28.98% |
30.98% |
Die Farbe #B0597D in den populären Zahlensystemen.
Hexadezimal | B0 | 59 | 7D |
Dezimal | 176 | 89 | 125 |
Binär | 10110000 | 1011001 | 1111101 |
Oktal | 260 | 131 | 175 |
Dunkle Töne der Farbe #B0597D
Helle Töne der Farbe #B0597D
Beispiele css- und html für Elemente in der Farbe #B0597D. Bitte benutzen Sie auch rgb(176,89,125) statt hex-Code.
.myTextColor { color: #B0597D; }
<p style="color:#B0597D">This sample text font color is #B0597D.</p>
Die Farbe dieses Textes ist #B0597D.
.myBgColor { background-color: #B0597D; }
<div style="background-color:#B0597D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B0597D.
.myBorderColor { border: 1px solid #B0597D; }
<div style="border:3px solid #B0597D">Div</div>
Die Grenzen von diesem div sind in Farbe #B0597D.
.myOpacity80 { color: #B0597D; opacity: 0.8; }
<p style="color:#B0597D;opacity:0.8;">80%</p>
Text in Farbe #B0597D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0597D;}
<p style="text-shadow: 3px 3px 1px #B0597D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B0597D.
.textShadow {text-shadow: 3px 3px 1px #B0597D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0597D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B0597D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0597D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0597D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0597D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0597D;
-webkit-box-shadow: 1px 1px 3px 2px #B0597D;
box-shadow: 1px 1px 3px 2px #B0597D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0597D; -webkit-box-shadow: 1px 1px 3px 2px #B0597D; box-shadow:1px 1px 3px 2px #B0597D;">
Div content here
</div>
Dieser Text ist in der Farbe #B0597D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B0597D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B0597D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B0597D.
Kontrastfarbe für #hex ist #4FA682.