HEX: #BE6666
RGB: (190,102,102)
#BE6666 enthält hauptsächlich rote Farbe. Für #BE6666 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BE6666 wird in RGB als (190,102,102) definiert.
RGB: (190,102,102) (75%,40%,40%)
R 190 von 255 = 75%
G 102 von 255 = 40%
B 102 von 255 = 40%
R + G + B ~ 52%. #BE6666 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
190 + 102 + 102 = 394 (100%)
R 190 von 394 ~ 48.22%
G 102 von 394 ~ 25.89%
B 102 von 394 ~ 25.89%
Die Farbe #BE6666 wird in CMYK als (0,46,46,25) definiert.
CMYK: (0,46,46,25) C0M46Y46K25 (0%,46%,46%,25%) (0.00/0.46/0.46/0.25)
BE | 66 | 66 | |
---|---|---|---|
RGB | 190 | 102 | 102 |
HSL | 0° | 40.37% | 57.25% |
HSB/HSV | 0° | 46.32% | 74.51% |
CMYK | 0.00% | 46.32% | 46.32% |
25.49% |
Hexadezimal | BE | 66 | 66 |
Dezimal | 190 | 102 | 102 |
Binär | 10111110 | 1100110 | 1100110 |
Oktal | 276 | 146 | 146 |
Beispiele css- und html für Elemente in der Farbe #BE6666. Bitte benutzen Sie auch rgb(190,102,102) statt hex-Code.
.myTextColor { color: #BE6666; }
<p style="color:#BE6666">This sample text font color is #BE6666.</p>
Die Farbe dieses Textes ist #BE6666.
.myBgColor { background-color: #BE6666; }
<div style="background-color:#BE6666">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE6666.
.myBorderColor { border: 1px solid #BE6666; }
<div style="border:3px solid #BE6666">Div</div>
Die Grenzen von diesem div sind in Farbe #BE6666.
.myOpacity80 { color: #BE6666; opacity: 0.8; }
<p style="color:#BE6666;opacity:0.8;">80%</p>
Text in Farbe #BE6666 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE6666;}
<p style="text-shadow: 3px 3px 1px #BE6666">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE6666.
.textShadow {text-shadow: 3px 3px 1px #BE6666, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE6666, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE6666 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE6666, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE6666, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE6666 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BE6666; -webkit-box-shadow: 1px 1px 3px 2px #BE6666; box-shadow: 1px 1px 3px 2px #BE6666; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BE6666; -webkit-box-shadow: 1px 1px 3px 2px #BE6666; box-shadow:1px 1px 3px 2px #BE6666;">
Div content here</div>
Dieser Text ist in der Farbe #BE6666 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE6666 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE6666.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE6666.