HEX: #B6596D
RGB: (182,89,109)
#B6596D enthält hauptsächlich rote Farbe. Für #B6596D ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B6596D wird in RGB als (182,89,109) definiert.
RGB: (182,89,109) (71%,35%,43%)
R 182 von 255 = 71%
G 89 von 255 = 35%
B 109 von 255 = 43%
R + G + B ~ 50%. #B6596D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
182 + 89 + 109 = 380 (100%)
R 182 von 380 ~ 47.89%
G 89 von 380 ~ 23.42%
B 109 von 380 ~ 28.68%
Die Farbe #B6596D wird in CMYK als (0,51,40,29) definiert.
CMYK: (0,51,40,29) C0M51Y40K29 (0%,51%,40%,29%) (0.00/0.51/0.40/0.29)
B6 | 59 | 6D | |
---|---|---|---|
RGB | 182 | 89 | 109 |
HSL | 347° | 38.91% | 53.14% |
HSB/HSV | 347° | 51.10% | 71.37% |
CMYK | 0.00% | 51.10% | 40.11% |
28.63% |
Hexadezimal | B6 | 59 | 6D |
Dezimal | 182 | 89 | 109 |
Binär | 10110110 | 1011001 | 1101101 |
Oktal | 266 | 131 | 155 |
Beispiele css- und html für Elemente in der Farbe #B6596D. Bitte benutzen Sie auch rgb(182,89,109) statt hex-Code.
.myTextColor { color: #B6596D; }
<p style="color:#B6596D">This sample text font color is #B6596D.</p>
Die Farbe dieses Textes ist #B6596D.
.myBgColor { background-color: #B6596D; }
<div style="background-color:#B6596D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B6596D.
.myBorderColor { border: 1px solid #B6596D; }
<div style="border:3px solid #B6596D">Div</div>
Die Grenzen von diesem div sind in Farbe #B6596D.
.myOpacity80 { color: #B6596D; opacity: 0.8; }
<p style="color:#B6596D;opacity:0.8;">80%</p>
Text in Farbe #B6596D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B6596D;}
<p style="text-shadow: 3px 3px 1px #B6596D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B6596D.
.textShadow {text-shadow: 3px 3px 1px #B6596D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B6596D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B6596D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6596D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B6596D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B6596D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B6596D; -webkit-box-shadow: 1px 1px 3px 2px #B6596D; box-shadow: 1px 1px 3px 2px #B6596D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B6596D; -webkit-box-shadow: 1px 1px 3px 2px #B6596D; box-shadow:1px 1px 3px 2px #B6596D;">
Div content here</div>
Dieser Text ist in der Farbe #B6596D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B6596D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B6596D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B6596D.