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