HEX: #BEB497
RGB: (190,180,151)
#BEB497 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BEB497 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #BEB497 wird in RGB als (190,180,151) definiert.
RGB: (190,180,151)
(75%, 71%, 59%)
R 190 von 255 = 75%
G 180 von 255 = 71%
B 151 von 255 = 59%
R + G + B ~ 68%. #BEB497 ziemlich helle Farbe.
R + G + B = 190 + 180 + 151 = 521 (100%)
R 190 von 521 ~ 36.47%
G 180 von 521 ~ 34.55%
B 151 von 521 ~ 28.98'%
Die Farbe #BEB497 wird in CMYK als (0,5,21,25) definiert.
CMYK: (0,5,21,25) C0M5Y21K25 (0%,5%,21%,25%) (0.00/0.05/0.21/0.25)
Farbe #BEB497 in den populären Farbmodellen.
BE | B4 | 97 | |
---|---|---|---|
RGB | 190 | 180 | 151 |
HSL | 45° | 23.08% | 66.86% |
HSB/HSV | 45° | 20.53% | 74.51% |
CMYK | 0.00% | 5.26% | 20.53% |
25.49% |
Die Farbe #BEB497 in den populären Zahlensystemen.
Hexadezimal | BE | B4 | 97 |
Dezimal | 190 | 180 | 151 |
Binär | 10111110 | 10110100 | 10010111 |
Oktal | 276 | 264 | 227 |
Dunkle Töne der Farbe #BEB497
Helle Töne der Farbe #BEB497
Beispiele css- und html für Elemente in der Farbe #BEB497. Bitte benutzen Sie auch rgb(190,180,151) statt hex-Code.
.myTextColor { color: #BEB497; }
<p style="color:#BEB497">This sample text font color is #BEB497.</p>
Die Farbe dieses Textes ist #BEB497.
.myBgColor { background-color: #BEB497; }
<div style="background-color:#BEB497">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BEB497.
.myBorderColor { border: 1px solid #BEB497; }
<div style="border:3px solid #BEB497">Div</div>
Die Grenzen von diesem div sind in Farbe #BEB497.
.myOpacity80 { color: #BEB497; opacity: 0.8; }
<p style="color:#BEB497;opacity:0.8;">80%</p>
Text in Farbe #BEB497 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEB497;}
<p style="text-shadow: 3px 3px 1px #BEB497">Text here.</p>
Dieser Text hat den Schatten in Farbe #BEB497.
.textShadow {text-shadow: 3px 3px 1px #BEB497', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEB497, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BEB497 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEB497, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEB497, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEB497 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEB497;
-webkit-box-shadow: 1px 1px 3px 2px #BEB497;
box-shadow: 1px 1px 3px 2px #BEB497;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEB497; -webkit-box-shadow: 1px 1px 3px 2px #BEB497; box-shadow:1px 1px 3px 2px #BEB497;">
Div content here
</div>
Dieser Text ist in der Farbe #BEB497 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BEB497 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BEB497.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BEB497.
Kontrastfarbe für #hex ist #414B68.