HEX: #BEA059
RGB: (190,160,89)
#BEA059 enthält hauptsächlich rote und grüne Farbe. Für #BEA059 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #BEA059 wird in RGB als (190,160,89) definiert.
RGB: (190,160,89)
(75%, 63%, 35%)
R 190 von 255 = 75%
G 160 von 255 = 63%
B 89 von 255 = 35%
R + G + B ~ 58%. #BEA059 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 190 + 160 + 89 = 439 (100%)
R 190 von 439 ~ 43.28%
G 160 von 439 ~ 36.45%
B 89 von 439 ~ 20.27'%
Die Farbe #BEA059 wird in CMYK als (0,16,53,25) definiert.
CMYK: (0,16,53,25)
C0M16Y53K25 (0%, 16%, 53%, 25%)
(0.00 / 0.16 / 0.53 / 0.25)
Farbe #BEA059 in den populären Farbmodellen.
BE | A0 | 59 | |
---|---|---|---|
RGB | 190 | 160 | 89 |
HSL | 42° | 43.72% | 54.71% |
HSB/HSV | 42° | 53.16% | 74.51% |
CMYK | 0.00% | 15.79% | 53.16% |
25.49% |
Die Farbe #BEA059 in den populären Zahlensystemen.
Hexadezimal | BE | A0 | 59 |
Dezimal | 190 | 160 | 89 |
Binär | 10111110 | 10100000 | 1011001 |
Oktal | 276 | 240 | 131 |
Dunkle Töne der Farbe #BEA059
Helle Töne der Farbe #BEA059
Beispiele css- und html für Elemente in der Farbe #BEA059. Bitte benutzen Sie auch rgb(190,160,89) statt hex-Code.
.myTextColor { color: #BEA059; }
<p style="color:#BEA059">This sample text font color is #BEA059.</p>
Die Farbe dieses Textes ist #BEA059.
.myBgColor { background-color: #BEA059; }
<div style="background-color:#BEA059">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEA059.
.myBorderColor { border: 1px solid #BEA059; }
<div style="border:3px solid #BEA059">Div</div>
Die Grenzen von diesem div sind in Farbe #BEA059.
.myOpacity80 { color: #BEA059; opacity: 0.8; }
<p style="color:#BEA059;opacity:0.8;">80%</p>
Text in Farbe #BEA059 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEA059;}
<p style="text-shadow: 3px 3px 1px #BEA059">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEA059.
.textShadow {text-shadow: 3px 3px 1px #BEA059', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEA059, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEA059 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA059, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEA059, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEA059 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA059;
-webkit-box-shadow: 1px 1px 3px 2px #BEA059;
box-shadow: 1px 1px 3px 2px #BEA059;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA059; -webkit-box-shadow: 1px 1px 3px 2px #BEA059; box-shadow:1px 1px 3px 2px #BEA059;">
Div content here
</div>
Dieser Text ist in der Farbe #BEA059 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEA059 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEA059.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEA059.
Kontrastfarbe für #hex ist #415FA6.