HEX: #BE8A2E
RGB: (190,138,46)
#BE8A2E enthält hauptsächlich rote und grüne Farbe. Für #BE8A2E ist eine «websichere» Webfarbe #CC9933 (oder kurz #C93).
Die Farbe #BE8A2E wird in RGB als (190,138,46) definiert.
RGB: (190,138,46)
(75%, 54%, 18%)
R 190 von 255 = 75%
G 138 von 255 = 54%
B 46 von 255 = 18%
R + G + B ~ 49%. #BE8A2E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 190 + 138 + 46 = 374 (100%)
R 190 von 374 ~ 50.8%
G 138 von 374 ~ 36.9%
B 46 von 374 ~ 12.3'%
Die Farbe #BE8A2E wird in CMYK als (0,27,76,25) definiert.
CMYK: (0,27,76,25)
C0M27Y76K25 (0%, 27%, 76%, 25%)
(0.00 / 0.27 / 0.76 / 0.25)
Farbe #BE8A2E in den populären Farbmodellen.
BE | 8A | 2E | |
---|---|---|---|
RGB | 190 | 138 | 46 |
HSL | 38° | 61.02% | 46.27% |
HSB/HSV | 38° | 75.79% | 74.51% |
CMYK | 0.00% | 27.37% | 75.79% |
25.49% |
Die Farbe #BE8A2E in den populären Zahlensystemen.
Hexadezimal | BE | 8A | 2E |
Dezimal | 190 | 138 | 46 |
Binär | 10111110 | 10001010 | 101110 |
Oktal | 276 | 212 | 56 |
Dunkle Töne der Farbe #BE8A2E
Helle Töne der Farbe #BE8A2E
Beispiele css- und html für Elemente in der Farbe #BE8A2E. Bitte benutzen Sie auch rgb(190,138,46) statt hex-Code.
.myTextColor { color: #BE8A2E; }
<p style="color:#BE8A2E">This sample text font color is #BE8A2E.</p>
Die Farbe dieses Textes ist #BE8A2E.
.myBgColor { background-color: #BE8A2E; }
<div style="background-color:#BE8A2E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE8A2E.
.myBorderColor { border: 1px solid #BE8A2E; }
<div style="border:3px solid #BE8A2E">Div</div>
Die Grenzen von diesem div sind in Farbe #BE8A2E.
.myOpacity80 { color: #BE8A2E; opacity: 0.8; }
<p style="color:#BE8A2E;opacity:0.8;">80%</p>
Text in Farbe #BE8A2E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE8A2E;}
<p style="text-shadow: 3px 3px 1px #BE8A2E">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE8A2E.
.textShadow {text-shadow: 3px 3px 1px #BE8A2E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE8A2E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE8A2E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE8A2E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE8A2E, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE8A2E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE8A2E;
-webkit-box-shadow: 1px 1px 3px 2px #BE8A2E;
box-shadow: 1px 1px 3px 2px #BE8A2E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE8A2E; -webkit-box-shadow: 1px 1px 3px 2px #BE8A2E; box-shadow:1px 1px 3px 2px #BE8A2E;">
Div content here
</div>
Dieser Text ist in der Farbe #BE8A2E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE8A2E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE8A2E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE8A2E.
Kontrastfarbe für #hex ist #4175D1.