HEX: #BB7D79
RGB: (187,125,121)
#BB7D79 enthält hauptsächlich rote Farbe. Für #BB7D79 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BB7D79 wird in RGB als (187,125,121) definiert.
RGB: (187,125,121) (73%,49%,47%)
R 187 von 255 = 73%
G 125 von 255 = 49%
B 121 von 255 = 47%
R + G + B ~ 56%. #BB7D79 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 125 + 121 = 433 (100%)
R 187 von 433 ~ 43.19%
G 125 von 433 ~ 28.87%
B 121 von 433 ~ 27.94%
Die Farbe #BB7D79 wird in CMYK als (0,33,35,27) definiert.
CMYK: (0,33,35,27) C0M33Y35K27 (0%,33%,35%,27%) (0.00/0.33/0.35/0.27)
BB | 7D | 79 | |
---|---|---|---|
RGB | 187 | 125 | 121 |
HSL | 4° | 32.67% | 60.39% |
HSB/HSV | 4° | 35.29% | 73.33% |
CMYK | 0.00% | 33.16% | 35.29% |
26.67% |
Hexadezimal | BB | 7D | 79 |
Dezimal | 187 | 125 | 121 |
Binär | 10111011 | 1111101 | 1111001 |
Oktal | 273 | 175 | 171 |
Beispiele css- und html für Elemente in der Farbe #BB7D79. Bitte benutzen Sie auch rgb(187,125,121) statt hex-Code.
.myTextColor { color: #BB7D79; }
<p style="color:#BB7D79">This sample text font color is #BB7D79.</p>
Die Farbe dieses Textes ist #BB7D79.
.myBgColor { background-color: #BB7D79; }
<div style="background-color:#BB7D79">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB7D79.
.myBorderColor { border: 1px solid #BB7D79; }
<div style="border:3px solid #BB7D79">Div</div>
Die Grenzen von diesem div sind in Farbe #BB7D79.
.myOpacity80 { color: #BB7D79; opacity: 0.8; }
<p style="color:#BB7D79;opacity:0.8;">80%</p>
Text in Farbe #BB7D79 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB7D79;}
<p style="text-shadow: 3px 3px 1px #BB7D79">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB7D79.
.textShadow {text-shadow: 3px 3px 1px #BB7D79, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB7D79, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB7D79 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB7D79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB7D79, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB7D79 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB7D79; -webkit-box-shadow: 1px 1px 3px 2px #BB7D79; box-shadow: 1px 1px 3px 2px #BB7D79; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB7D79; -webkit-box-shadow: 1px 1px 3px 2px #BB7D79; box-shadow:1px 1px 3px 2px #BB7D79;">
Div content here</div>
Dieser Text ist in der Farbe #BB7D79 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB7D79 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB7D79.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB7D79.