HEX: #B15795
RGB: (177,87,149)
#B15795 enthält hauptsächlich rote und blaue Farbe. Für #B15795 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #B15795 wird in RGB als (177,87,149) definiert.
RGB: (177,87,149) (69%,34%,58%)
R 177 von 255 = 69%
G 87 von 255 = 34%
B 149 von 255 = 58%
R + G + B ~ 54%. #B15795 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
177 + 87 + 149 = 413 (100%)
R 177 von 413 ~ 42.86%
G 87 von 413 ~ 21.07%
B 149 von 413 ~ 36.08%
Die Farbe #B15795 wird in CMYK als (0,51,16,31) definiert.
CMYK: (0,51,16,31) C0M51Y16K31 (0%,51%,16%,31%) (0.00/0.51/0.16/0.31)
B1 | 57 | 95 | |
---|---|---|---|
RGB | 177 | 87 | 149 |
HSL | 319° | 36.59% | 51.76% |
HSB/HSV | 319° | 50.85% | 69.41% |
CMYK | 0.00% | 50.85% | 15.82% |
30.59% |
Hexadezimal | B1 | 57 | 95 |
Dezimal | 177 | 87 | 149 |
Binär | 10110001 | 1010111 | 10010101 |
Oktal | 261 | 127 | 225 |
Beispiele css- und html für Elemente in der Farbe #B15795. Bitte benutzen Sie auch rgb(177,87,149) statt hex-Code.
.myTextColor { color: #B15795; }
<p style="color:#B15795">This sample text font color is #B15795.</p>
Die Farbe dieses Textes ist #B15795.
.myBgColor { background-color: #B15795; }
<div style="background-color:#B15795">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B15795.
.myBorderColor { border: 1px solid #B15795; }
<div style="border:3px solid #B15795">Div</div>
Die Grenzen von diesem div sind in Farbe #B15795.
.myOpacity80 { color: #B15795; opacity: 0.8; }
<p style="color:#B15795;opacity:0.8;">80%</p>
Text in Farbe #B15795 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B15795;}
<p style="text-shadow: 3px 3px 1px #B15795">Text here.</p>
Dieser Text hat den Schatten in Farbe #B15795.
.textShadow {text-shadow: 3px 3px 1px #B15795, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B15795, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B15795 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B15795, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B15795, Direction=45, Strength=4)">Text</p>
This text has shadow with #B15795 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B15795; -webkit-box-shadow: 1px 1px 3px 2px #B15795; box-shadow: 1px 1px 3px 2px #B15795; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B15795; -webkit-box-shadow: 1px 1px 3px 2px #B15795; box-shadow:1px 1px 3px 2px #B15795;">
Div content here</div>
Dieser Text ist in der Farbe #B15795 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B15795 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B15795.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B15795.