HEX: #BB4B31
RGB: (187,75,49)
#BB4B31 enthält hauptsächlich rote Farbe. Für #BB4B31 ist eine «websichere» Webfarbe #CC3333 (oder kurz #C33).
Die Farbe #BB4B31 wird in RGB als (187,75,49) definiert.
RGB: (187,75,49)
(73%, 29%, 19%)
R 187 von 255 = 73%
G 75 von 255 = 29%
B 49 von 255 = 19%
R + G + B ~ 40%. #BB4B31 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 187 + 75 + 49 = 311 (100%)
R 187 von 311 ~ 60.13%
G 75 von 311 ~ 24.12%
B 49 von 311 ~ 15.76'%
Die Farbe #BB4B31 wird in CMYK als (0,60,74,27) definiert.
CMYK: (0,60,74,27)
C0M60Y74K27 (0%, 60%, 74%, 27%)
(0.00 / 0.60 / 0.74 / 0.27)
Farbe #BB4B31 in den populären Farbmodellen.
BB | 4B | 31 | |
---|---|---|---|
RGB | 187 | 75 | 49 |
HSL | 11° | 58.47% | 46.27% |
HSB/HSV | 11° | 73.80% | 73.33% |
CMYK | 0.00% | 59.89% | 73.80% |
26.67% |
Die Farbe #BB4B31 in den populären Zahlensystemen.
Hexadezimal | BB | 4B | 31 |
Dezimal | 187 | 75 | 49 |
Binär | 10111011 | 1001011 | 110001 |
Oktal | 273 | 113 | 61 |
Dunkle Töne der Farbe #BB4B31
Helle Töne der Farbe #BB4B31
Beispiele css- und html für Elemente in der Farbe #BB4B31. Bitte benutzen Sie auch rgb(187,75,49) statt hex-Code.
.myTextColor { color: #BB4B31; }
<p style="color:#BB4B31">This sample text font color is #BB4B31.</p>
Die Farbe dieses Textes ist #BB4B31.
.myBgColor { background-color: #BB4B31; }
<div style="background-color:#BB4B31">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB4B31.
.myBorderColor { border: 1px solid #BB4B31; }
<div style="border:3px solid #BB4B31">Div</div>
Die Grenzen von diesem div sind in Farbe #BB4B31.
.myOpacity80 { color: #BB4B31; opacity: 0.8; }
<p style="color:#BB4B31;opacity:0.8;">80%</p>
Text in Farbe #BB4B31 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB4B31;}
<p style="text-shadow: 3px 3px 1px #BB4B31">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB4B31.
.textShadow {text-shadow: 3px 3px 1px #BB4B31', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB4B31, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB4B31 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB4B31, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB4B31, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB4B31 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB4B31;
-webkit-box-shadow: 1px 1px 3px 2px #BB4B31;
box-shadow: 1px 1px 3px 2px #BB4B31;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB4B31; -webkit-box-shadow: 1px 1px 3px 2px #BB4B31; box-shadow:1px 1px 3px 2px #BB4B31;">
Div content here
</div>
Dieser Text ist in der Farbe #BB4B31 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB4B31 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB4B31.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB4B31.
Kontrastfarbe für #hex ist #44B4CE.