HEX: #BE851A
RGB: (190,133,26)
#BE851A enthält hauptsächlich rote und grüne Farbe. Für #BE851A ist eine «websichere» Webfarbe #CC9900 (oder kurz #C90).
Die Farbe #BE851A wird in RGB als (190,133,26) definiert.
RGB: (190,133,26)
(75%, 52%, 10%)
R 190 von 255 = 75%
G 133 von 255 = 52%
B 26 von 255 = 10%
R + G + B ~ 46%. #BE851A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 190 + 133 + 26 = 349 (100%)
R 190 von 349 ~ 54.44%
G 133 von 349 ~ 38.11%
B 26 von 349 ~ 7.45'%
Die Farbe #BE851A wird in CMYK als (0,30,86,25) definiert.
CMYK: (0,30,86,25)
C0M30Y86K25 (0%, 30%, 86%, 25%)
(0.00 / 0.30 / 0.86 / 0.25)
Farbe #BE851A in den populären Farbmodellen.
BE | 85 | 1A | |
---|---|---|---|
RGB | 190 | 133 | 26 |
HSL | 39° | 75.93% | 42.35% |
HSB/HSV | 39° | 86.32% | 74.51% |
CMYK | 0.00% | 30.00% | 86.32% |
25.49% |
Die Farbe #BE851A in den populären Zahlensystemen.
Hexadezimal | BE | 85 | 1A |
Dezimal | 190 | 133 | 26 |
Binär | 10111110 | 10000101 | 11010 |
Oktal | 276 | 205 | 32 |
Dunkle Töne der Farbe #BE851A
Helle Töne der Farbe #BE851A
Beispiele css- und html für Elemente in der Farbe #BE851A. Bitte benutzen Sie auch rgb(190,133,26) statt hex-Code.
.myTextColor { color: #BE851A; }
<p style="color:#BE851A">This sample text font color is #BE851A.</p>
Die Farbe dieses Textes ist #BE851A.
.myBgColor { background-color: #BE851A; }
<div style="background-color:#BE851A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE851A.
.myBorderColor { border: 1px solid #BE851A; }
<div style="border:3px solid #BE851A">Div</div>
Die Grenzen von diesem div sind in Farbe #BE851A.
.myOpacity80 { color: #BE851A; opacity: 0.8; }
<p style="color:#BE851A;opacity:0.8;">80%</p>
Text in Farbe #BE851A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE851A;}
<p style="text-shadow: 3px 3px 1px #BE851A">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE851A.
.textShadow {text-shadow: 3px 3px 1px #BE851A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE851A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE851A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE851A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE851A, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE851A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE851A;
-webkit-box-shadow: 1px 1px 3px 2px #BE851A;
box-shadow: 1px 1px 3px 2px #BE851A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE851A; -webkit-box-shadow: 1px 1px 3px 2px #BE851A; box-shadow:1px 1px 3px 2px #BE851A;">
Div content here
</div>
Dieser Text ist in der Farbe #BE851A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE851A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE851A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE851A.
Kontrastfarbe für #hex ist #417AE5.