HEX: #B4686D
RGB: (180,104,109)
#B4686D enthält hauptsächlich rote Farbe. Für #B4686D ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B4686D wird in RGB als (180,104,109) definiert.
RGB: (180,104,109)
(71%, 41%, 43%)
R 180 von 255 = 71%
G 104 von 255 = 41%
B 109 von 255 = 43%
R + G + B ~ 52%. #B4686D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 104 + 109 = 393 (100%)
R 180 von 393 ~ 45.8%
G 104 von 393 ~ 26.46%
B 109 von 393 ~ 27.74'%
Die Farbe #B4686D wird in CMYK als (0,42,39,29) definiert.
CMYK: (0,42,39,29)
C0M42Y39K29 (0%, 42%, 39%, 29%)
(0.00 / 0.42 / 0.39 / 0.29)
Farbe #B4686D in den populären Farbmodellen.
B4 | 68 | 6D | |
---|---|---|---|
RGB | 180 | 104 | 109 |
HSL | 356° | 33.63% | 55.69% |
HSB/HSV | 356° | 42.22% | 70.59% |
CMYK | 0.00% | 42.22% | 39.44% |
29.41% |
Die Farbe #B4686D in den populären Zahlensystemen.
Hexadezimal | B4 | 68 | 6D |
Dezimal | 180 | 104 | 109 |
Binär | 10110100 | 1101000 | 1101101 |
Oktal | 264 | 150 | 155 |
Dunkle Töne der Farbe #B4686D
Helle Töne der Farbe #B4686D
Beispiele css- und html für Elemente in der Farbe #B4686D. Bitte benutzen Sie auch rgb(180,104,109) statt hex-Code.
.myTextColor { color: #B4686D; }
<p style="color:#B4686D">This sample text font color is #B4686D.</p>
Die Farbe dieses Textes ist #B4686D.
.myBgColor { background-color: #B4686D; }
<div style="background-color:#B4686D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4686D.
.myBorderColor { border: 1px solid #B4686D; }
<div style="border:3px solid #B4686D">Div</div>
Die Grenzen von diesem div sind in Farbe #B4686D.
.myOpacity80 { color: #B4686D; opacity: 0.8; }
<p style="color:#B4686D;opacity:0.8;">80%</p>
Text in Farbe #B4686D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4686D;}
<p style="text-shadow: 3px 3px 1px #B4686D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4686D.
.textShadow {text-shadow: 3px 3px 1px #B4686D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4686D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4686D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4686D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4686D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4686D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4686D;
-webkit-box-shadow: 1px 1px 3px 2px #B4686D;
box-shadow: 1px 1px 3px 2px #B4686D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4686D; -webkit-box-shadow: 1px 1px 3px 2px #B4686D; box-shadow:1px 1px 3px 2px #B4686D;">
Div content here
</div>
Dieser Text ist in der Farbe #B4686D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4686D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4686D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4686D.
Kontrastfarbe für #hex ist #4B9792.