HEX: #B5614B
RGB: (181,97,75)
#B5614B enthält hauptsächlich rote Farbe. Für #B5614B ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #B5614B wird in RGB als (181,97,75) definiert.
RGB: (181,97,75)
(71%, 38%, 29%)
R 181 von 255 = 71%
G 97 von 255 = 38%
B 75 von 255 = 29%
R + G + B ~ 46%. #B5614B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 181 + 97 + 75 = 353 (100%)
R 181 von 353 ~ 51.27%
G 97 von 353 ~ 27.48%
B 75 von 353 ~ 21.25'%
Die Farbe #B5614B wird in CMYK als (0,46,59,29) definiert.
CMYK: (0,46,59,29)
C0M46Y59K29 (0%, 46%, 59%, 29%)
(0.00 / 0.46 / 0.59 / 0.29)
Farbe #B5614B in den populären Farbmodellen.
B5 | 61 | 4B | |
---|---|---|---|
RGB | 181 | 97 | 75 |
HSL | 12° | 41.73% | 50.20% |
HSB/HSV | 12° | 58.56% | 70.98% |
CMYK | 0.00% | 46.41% | 58.56% |
29.02% |
Die Farbe #B5614B in den populären Zahlensystemen.
Hexadezimal | B5 | 61 | 4B |
Dezimal | 181 | 97 | 75 |
Binär | 10110101 | 1100001 | 1001011 |
Oktal | 265 | 141 | 113 |
Dunkle Töne der Farbe #B5614B
Helle Töne der Farbe #B5614B
Beispiele css- und html für Elemente in der Farbe #B5614B. Bitte benutzen Sie auch rgb(181,97,75) statt hex-Code.
.myTextColor { color: #B5614B; }
<p style="color:#B5614B">This sample text font color is #B5614B.</p>
Die Farbe dieses Textes ist #B5614B.
.myBgColor { background-color: #B5614B; }
<div style="background-color:#B5614B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5614B.
.myBorderColor { border: 1px solid #B5614B; }
<div style="border:3px solid #B5614B">Div</div>
Die Grenzen von diesem div sind in Farbe #B5614B.
.myOpacity80 { color: #B5614B; opacity: 0.8; }
<p style="color:#B5614B;opacity:0.8;">80%</p>
Text in Farbe #B5614B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5614B;}
<p style="text-shadow: 3px 3px 1px #B5614B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5614B.
.textShadow {text-shadow: 3px 3px 1px #B5614B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5614B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5614B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5614B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5614B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5614B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5614B;
-webkit-box-shadow: 1px 1px 3px 2px #B5614B;
box-shadow: 1px 1px 3px 2px #B5614B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5614B; -webkit-box-shadow: 1px 1px 3px 2px #B5614B; box-shadow:1px 1px 3px 2px #B5614B;">
Div content here
</div>
Dieser Text ist in der Farbe #B5614B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5614B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5614B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5614B.
Kontrastfarbe für #hex ist #4A9EB4.