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