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