HEX: #BEB54E
RGB: (190,181,78)
#BEB54E enthält hauptsächlich rote und grüne Farbe. Für #BEB54E ist eine «websichere» Webfarbe #CCCC66 (oder kurz #CC6).
Die Farbe #BEB54E wird in RGB als (190,181,78) definiert.
RGB: (190,181,78) (75%,71%,31%)
R 190 von 255 = 75%
G 181 von 255 = 71%
B 78 von 255 = 31%
R + G + B ~ 59%. #BEB54E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
190 + 181 + 78 = 449 (100%)
R 190 von 449 ~ 42.32%
G 181 von 449 ~ 40.31%
B 78 von 449 ~ 17.37%
Die Farbe #BEB54E wird in CMYK als (0,5,59,25) definiert.
CMYK: (0,5,59,25) C0M5Y59K25 (0%,5%,59%,25%) (0.00/0.05/0.59/0.25)
BE | B5 | 4E | |
---|---|---|---|
RGB | 190 | 181 | 78 |
HSL | 55° | 46.28% | 52.55% |
HSB/HSV | 55° | 58.95% | 74.51% |
CMYK | 0.00% | 4.74% | 58.95% |
25.49% |
Hexadezimal | BE | B5 | 4E |
Dezimal | 190 | 181 | 78 |
Binär | 10111110 | 10110101 | 1001110 |
Oktal | 276 | 265 | 116 |
Beispiele css- und html für Elemente in der Farbe #BEB54E. Bitte benutzen Sie auch rgb(190,181,78) statt hex-Code.
.myTextColor { color: #BEB54E; }
<p style="color:#BEB54E">This sample text font color is #BEB54E.</p>
Die Farbe dieses Textes ist #BEB54E.
.myBgColor { background-color: #BEB54E; }
<div style="background-color:#BEB54E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEB54E.
.myBorderColor { border: 1px solid #BEB54E; }
<div style="border:3px solid #BEB54E">Div</div>
Die Grenzen von diesem div sind in Farbe #BEB54E.
.myOpacity80 { color: #BEB54E; opacity: 0.8; }
<p style="color:#BEB54E;opacity:0.8;">80%</p>
Text in Farbe #BEB54E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEB54E;}
<p style="text-shadow: 3px 3px 1px #BEB54E">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEB54E.
.textShadow {text-shadow: 3px 3px 1px #BEB54E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEB54E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEB54E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEB54E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEB54E, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEB54E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BEB54E; -webkit-box-shadow: 1px 1px 3px 2px #BEB54E; box-shadow: 1px 1px 3px 2px #BEB54E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BEB54E; -webkit-box-shadow: 1px 1px 3px 2px #BEB54E; box-shadow:1px 1px 3px 2px #BEB54E;">
Div content here</div>
Dieser Text ist in der Farbe #BEB54E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEB54E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEB54E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEB54E.