HEX: #B49E02
RGB: (180,158,2)
#B49E02 enthält hauptsächlich rote und grüne Farbe. Für #B49E02 ist eine «websichere» Webfarbe #CC9900 (oder kurz #C90).
Die Farbe #B49E02 wird in RGB als (180,158,2) definiert.
RGB: (180,158,2) (71%,62%,1%)
R 180 von 255 = 71%
G 158 von 255 = 62%
B 2 von 255 = 1%
R + G + B ~ 45%. #B49E02 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 158 + 2 = 340 (100%)
R 180 von 340 ~ 52.94%
G 158 von 340 ~ 46.47%
B 2 von 340 ~ 0.59%
Die Farbe #B49E02 wird in CMYK als (0,12,99,29) definiert.
CMYK: (0,12,99,29) C0M12Y99K29 (0%,12%,99%,29%) (0.00/0.12/0.99/0.29)
B4 | 9E | 02 | |
---|---|---|---|
RGB | 180 | 158 | 2 |
HSL | 53° | 97.80% | 35.69% |
HSB/HSV | 53° | 98.89% | 70.59% |
CMYK | 0.00% | 12.22% | 98.89% |
29.41% |
Hexadezimal | B4 | 9E | 02 |
Dezimal | 180 | 158 | 2 |
Binär | 10110100 | 10011110 | 10 |
Oktal | 264 | 236 | 2 |
Beispiele css- und html für Elemente in der Farbe #B49E02. Bitte benutzen Sie auch rgb(180,158,2) statt hex-Code.
.myTextColor { color: #B49E02; }
<p style="color:#B49E02">This sample text font color is #B49E02.</p>
Die Farbe dieses Textes ist #B49E02.
.myBgColor { background-color: #B49E02; }
<div style="background-color:#B49E02">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B49E02.
.myBorderColor { border: 1px solid #B49E02; }
<div style="border:3px solid #B49E02">Div</div>
Die Grenzen von diesem div sind in Farbe #B49E02.
.myOpacity80 { color: #B49E02; opacity: 0.8; }
<p style="color:#B49E02;opacity:0.8;">80%</p>
Text in Farbe #B49E02 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B49E02;}
<p style="text-shadow: 3px 3px 1px #B49E02">Text here.</p>
Dieser Text hat den Schatten in Farbe #B49E02.
.textShadow {text-shadow: 3px 3px 1px #B49E02, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B49E02, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B49E02 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B49E02, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B49E02, Direction=45, Strength=4)">Text</p>
This text has shadow with #B49E02 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B49E02; -webkit-box-shadow: 1px 1px 3px 2px #B49E02; box-shadow: 1px 1px 3px 2px #B49E02; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B49E02; -webkit-box-shadow: 1px 1px 3px 2px #B49E02; box-shadow:1px 1px 3px 2px #B49E02;">
Div content here</div>
Dieser Text ist in der Farbe #B49E02 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B49E02 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B49E02.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B49E02.