HEX: #BB6B56
RGB: (187,107,86)
#BB6B56 enthält hauptsächlich rote Farbe. Für #BB6B56 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BB6B56 wird in RGB als (187,107,86) definiert.
RGB: (187,107,86)
(73%, 42%, 34%)
R 187 von 255 = 73%
G 107 von 255 = 42%
B 86 von 255 = 34%
R + G + B ~ 50%. #BB6B56 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 187 + 107 + 86 = 380 (100%)
R 187 von 380 ~ 49.21%
G 107 von 380 ~ 28.16%
B 86 von 380 ~ 22.63'%
Die Farbe #BB6B56 wird in CMYK als (0,43,54,27) definiert.
CMYK: (0,43,54,27)
C0M43Y54K27 (0%, 43%, 54%, 27%)
(0.00 / 0.43 / 0.54 / 0.27)
Farbe #BB6B56 in den populären Farbmodellen.
BB | 6B | 56 | |
---|---|---|---|
RGB | 187 | 107 | 86 |
HSL | 12° | 42.62% | 53.53% |
HSB/HSV | 12° | 54.01% | 73.33% |
CMYK | 0.00% | 42.78% | 54.01% |
26.67% |
Die Farbe #BB6B56 in den populären Zahlensystemen.
Hexadezimal | BB | 6B | 56 |
Dezimal | 187 | 107 | 86 |
Binär | 10111011 | 1101011 | 1010110 |
Oktal | 273 | 153 | 126 |
Dunkle Töne der Farbe #BB6B56
Helle Töne der Farbe #BB6B56
Beispiele css- und html für Elemente in der Farbe #BB6B56. Bitte benutzen Sie auch rgb(187,107,86) statt hex-Code.
.myTextColor { color: #BB6B56; }
<p style="color:#BB6B56">This sample text font color is #BB6B56.</p>
Die Farbe dieses Textes ist #BB6B56.
.myBgColor { background-color: #BB6B56; }
<div style="background-color:#BB6B56">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB6B56.
.myBorderColor { border: 1px solid #BB6B56; }
<div style="border:3px solid #BB6B56">Div</div>
Die Grenzen von diesem div sind in Farbe #BB6B56.
.myOpacity80 { color: #BB6B56; opacity: 0.8; }
<p style="color:#BB6B56;opacity:0.8;">80%</p>
Text in Farbe #BB6B56 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB6B56;}
<p style="text-shadow: 3px 3px 1px #BB6B56">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB6B56.
.textShadow {text-shadow: 3px 3px 1px #BB6B56', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB6B56, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB6B56 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB6B56, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB6B56, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB6B56 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB6B56;
-webkit-box-shadow: 1px 1px 3px 2px #BB6B56;
box-shadow: 1px 1px 3px 2px #BB6B56;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB6B56; -webkit-box-shadow: 1px 1px 3px 2px #BB6B56; box-shadow:1px 1px 3px 2px #BB6B56;">
Div content here
</div>
Dieser Text ist in der Farbe #BB6B56 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB6B56 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB6B56.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB6B56.
Kontrastfarbe für #hex ist #4494A9.