HEX: #B49455
RGB: (180,148,85)
#B49455 enthält hauptsächlich rote und grüne Farbe. Für #B49455 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B49455 wird in RGB als (180,148,85) definiert.
RGB: (180,148,85) (71%,58%,33%)
R 180 von 255 = 71%
G 148 von 255 = 58%
B 85 von 255 = 33%
R + G + B ~ 54%. #B49455 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 148 + 85 = 413 (100%)
R 180 von 413 ~ 43.58%
G 148 von 413 ~ 35.84%
B 85 von 413 ~ 20.58%
Die Farbe #B49455 wird in CMYK als (0,18,53,29) definiert.
CMYK: (0,18,53,29) C0M18Y53K29 (0%,18%,53%,29%) (0.00/0.18/0.53/0.29)
B4 | 94 | 55 | |
---|---|---|---|
RGB | 180 | 148 | 85 |
HSL | 40° | 38.78% | 51.96% |
HSB/HSV | 40° | 52.78% | 70.59% |
CMYK | 0.00% | 17.78% | 52.78% |
29.41% |
Hexadezimal | B4 | 94 | 55 |
Dezimal | 180 | 148 | 85 |
Binär | 10110100 | 10010100 | 1010101 |
Oktal | 264 | 224 | 125 |
Beispiele css- und html für Elemente in der Farbe #B49455. Bitte benutzen Sie auch rgb(180,148,85) statt hex-Code.
.myTextColor { color: #B49455; }
<p style="color:#B49455">This sample text font color is #B49455.</p>
Die Farbe dieses Textes ist #B49455.
.myBgColor { background-color: #B49455; }
<div style="background-color:#B49455">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49455.
.myBorderColor { border: 1px solid #B49455; }
<div style="border:3px solid #B49455">Div</div>
Die Grenzen von diesem div sind in Farbe #B49455.
.myOpacity80 { color: #B49455; opacity: 0.8; }
<p style="color:#B49455;opacity:0.8;">80%</p>
Text in Farbe #B49455 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49455;}
<p style="text-shadow: 3px 3px 1px #B49455">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49455.
.textShadow {text-shadow: 3px 3px 1px #B49455, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49455, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49455 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49455, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49455, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49455 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B49455; -webkit-box-shadow: 1px 1px 3px 2px #B49455; box-shadow: 1px 1px 3px 2px #B49455; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B49455; -webkit-box-shadow: 1px 1px 3px 2px #B49455; box-shadow:1px 1px 3px 2px #B49455;">
Div content here</div>
Dieser Text ist in der Farbe #B49455 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49455 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49455.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49455.