HEX: #BCA519
RGB: (188,165,25)
#BCA519 enthält hauptsächlich rote und grüne Farbe. Für #BCA519 ist eine «websichere» Webfarbe #CC9900 (oder kurz #C90).
Die Farbe #BCA519 wird in RGB als (188,165,25) definiert.
RGB: (188,165,25) (74%,65%,10%)
R 188 von 255 = 74%
G 165 von 255 = 65%
B 25 von 255 = 10%
R + G + B ~ 50%. #BCA519 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
188 + 165 + 25 = 378 (100%)
R 188 von 378 ~ 49.74%
G 165 von 378 ~ 43.65%
B 25 von 378 ~ 6.61%
Die Farbe #BCA519 wird in CMYK als (0,12,87,26) definiert.
CMYK: (0,12,87,26) C0M12Y87K26 (0%,12%,87%,26%) (0.00/0.12/0.87/0.26)
BC | A5 | 19 | |
---|---|---|---|
RGB | 188 | 165 | 25 |
HSL | 52° | 76.53% | 41.76% |
HSB/HSV | 52° | 86.70% | 73.73% |
CMYK | 0.00% | 12.23% | 86.70% |
26.27% |
Hexadezimal | BC | A5 | 19 |
Dezimal | 188 | 165 | 25 |
Binär | 10111100 | 10100101 | 11001 |
Oktal | 274 | 245 | 31 |
Beispiele css- und html für Elemente in der Farbe #BCA519. Bitte benutzen Sie auch rgb(188,165,25) statt hex-Code.
.myTextColor { color: #BCA519; }
<p style="color:#BCA519">This sample text font color is #BCA519.</p>
Die Farbe dieses Textes ist #BCA519.
.myBgColor { background-color: #BCA519; }
<div style="background-color:#BCA519">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BCA519.
.myBorderColor { border: 1px solid #BCA519; }
<div style="border:3px solid #BCA519">Div</div>
Die Grenzen von diesem div sind in Farbe #BCA519.
.myOpacity80 { color: #BCA519; opacity: 0.8; }
<p style="color:#BCA519;opacity:0.8;">80%</p>
Text in Farbe #BCA519 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCA519;}
<p style="text-shadow: 3px 3px 1px #BCA519">Text here.</p>
Dieser Text hat den Schatten in Farbe #BCA519.
.textShadow {text-shadow: 3px 3px 1px #BCA519, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCA519, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BCA519 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCA519, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCA519, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCA519 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BCA519; -webkit-box-shadow: 1px 1px 3px 2px #BCA519; box-shadow: 1px 1px 3px 2px #BCA519; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCA519; -webkit-box-shadow: 1px 1px 3px 2px #BCA519; box-shadow:1px 1px 3px 2px #BCA519;">
Div content here</div>
Dieser Text ist in der Farbe #BCA519 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BCA519 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BCA519.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BCA519.