HEX: #B48257
RGB: (180,130,87)
#B48257 enthält hauptsächlich rote und grüne Farbe. Für #B48257 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B48257 wird in RGB als (180,130,87) definiert.
RGB: (180,130,87) (71%,51%,34%)
R 180 von 255 = 71%
G 130 von 255 = 51%
B 87 von 255 = 34%
R + G + B ~ 52%. #B48257 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 130 + 87 = 397 (100%)
R 180 von 397 ~ 45.34%
G 130 von 397 ~ 32.75%
B 87 von 397 ~ 21.91%
Die Farbe #B48257 wird in CMYK als (0,28,52,29) definiert.
CMYK: (0,28,52,29) C0M28Y52K29 (0%,28%,52%,29%) (0.00/0.28/0.52/0.29)
B4 | 82 | 57 | |
---|---|---|---|
RGB | 180 | 130 | 87 |
HSL | 28° | 38.27% | 52.35% |
HSB/HSV | 28° | 51.67% | 70.59% |
CMYK | 0.00% | 27.78% | 51.67% |
29.41% |
Hexadezimal | B4 | 82 | 57 |
Dezimal | 180 | 130 | 87 |
Binär | 10110100 | 10000010 | 1010111 |
Oktal | 264 | 202 | 127 |
Beispiele css- und html für Elemente in der Farbe #B48257. Bitte benutzen Sie auch rgb(180,130,87) statt hex-Code.
.myTextColor { color: #B48257; }
<p style="color:#B48257">This sample text font color is #B48257.</p>
Die Farbe dieses Textes ist #B48257.
.myBgColor { background-color: #B48257; }
<div style="background-color:#B48257">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B48257.
.myBorderColor { border: 1px solid #B48257; }
<div style="border:3px solid #B48257">Div</div>
Die Grenzen von diesem div sind in Farbe #B48257.
.myOpacity80 { color: #B48257; opacity: 0.8; }
<p style="color:#B48257;opacity:0.8;">80%</p>
Text in Farbe #B48257 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B48257;}
<p style="text-shadow: 3px 3px 1px #B48257">Text here.</p>
Dieser Text hat den Schatten in Farbe #B48257.
.textShadow {text-shadow: 3px 3px 1px #B48257, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B48257, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B48257 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B48257, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B48257, Direction=45, Strength=4)">Text</p>
This text has shadow with #B48257 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B48257; -webkit-box-shadow: 1px 1px 3px 2px #B48257; box-shadow: 1px 1px 3px 2px #B48257; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B48257; -webkit-box-shadow: 1px 1px 3px 2px #B48257; box-shadow:1px 1px 3px 2px #B48257;">
Div content here</div>
Dieser Text ist in der Farbe #B48257 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B48257 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B48257.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B48257.