HEX: #B49075
RGB: (180,144,117)
#B49075 enthält hauptsächlich rote und grüne Farbe. Für #B49075 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B49075 wird in RGB als (180,144,117) definiert.
RGB: (180,144,117) (71%,56%,46%)
R 180 von 255 = 71%
G 144 von 255 = 56%
B 117 von 255 = 46%
R + G + B ~ 58%. #B49075 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 144 + 117 = 441 (100%)
R 180 von 441 ~ 40.82%
G 144 von 441 ~ 32.65%
B 117 von 441 ~ 26.53%
Die Farbe #B49075 wird in CMYK als (0,20,35,29) definiert.
CMYK: (0,20,35,29) C0M20Y35K29 (0%,20%,35%,29%) (0.00/0.20/0.35/0.29)
B4 | 90 | 75 | |
---|---|---|---|
RGB | 180 | 144 | 117 |
HSL | 26° | 29.58% | 58.24% |
HSB/HSV | 26° | 35.00% | 70.59% |
CMYK | 0.00% | 20.00% | 35.00% |
29.41% |
Hexadezimal | B4 | 90 | 75 |
Dezimal | 180 | 144 | 117 |
Binär | 10110100 | 10010000 | 1110101 |
Oktal | 264 | 220 | 165 |
Beispiele css- und html für Elemente in der Farbe #B49075. Bitte benutzen Sie auch rgb(180,144,117) statt hex-Code.
.myTextColor { color: #B49075; }
<p style="color:#B49075">This sample text font color is #B49075.</p>
Die Farbe dieses Textes ist #B49075.
.myBgColor { background-color: #B49075; }
<div style="background-color:#B49075">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49075.
.myBorderColor { border: 1px solid #B49075; }
<div style="border:3px solid #B49075">Div</div>
Die Grenzen von diesem div sind in Farbe #B49075.
.myOpacity80 { color: #B49075; opacity: 0.8; }
<p style="color:#B49075;opacity:0.8;">80%</p>
Text in Farbe #B49075 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49075;}
<p style="text-shadow: 3px 3px 1px #B49075">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49075.
.textShadow {text-shadow: 3px 3px 1px #B49075, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49075, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49075 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49075, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49075, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49075 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B49075; -webkit-box-shadow: 1px 1px 3px 2px #B49075; box-shadow: 1px 1px 3px 2px #B49075; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B49075; -webkit-box-shadow: 1px 1px 3px 2px #B49075; box-shadow:1px 1px 3px 2px #B49075;">
Div content here</div>
Dieser Text ist in der Farbe #B49075 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49075 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49075.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49075.