HEX: #BE9587
RGB: (190,149,135)
#BE9587 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BE9587 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #BE9587 wird in RGB als (190,149,135) definiert.
RGB: (190,149,135)
(75%, 58%, 53%)
R 190 von 255 = 75%
G 149 von 255 = 58%
B 135 von 255 = 53%
R + G + B ~ 62%. #BE9587 ziemlich helle Farbe.
R + G + B = 190 + 149 + 135 = 474 (100%)
R 190 von 474 ~ 40.08%
G 149 von 474 ~ 31.43%
B 135 von 474 ~ 28.48'%
Die Farbe #BE9587 wird in CMYK als (0,22,29,25) definiert.
CMYK: (0,22,29,25)
C0M22Y29K25 (0%, 22%, 29%, 25%)
(0.00 / 0.22 / 0.29 / 0.25)
Farbe #BE9587 in den populären Farbmodellen.
BE | 95 | 87 | |
---|---|---|---|
RGB | 190 | 149 | 135 |
HSL | 15° | 29.73% | 63.73% |
HSB/HSV | 15° | 28.95% | 74.51% |
CMYK | 0.00% | 21.58% | 28.95% |
25.49% |
Die Farbe #BE9587 in den populären Zahlensystemen.
Hexadezimal | BE | 95 | 87 |
Dezimal | 190 | 149 | 135 |
Binär | 10111110 | 10010101 | 10000111 |
Oktal | 276 | 225 | 207 |
Dunkle Töne der Farbe #BE9587
Helle Töne der Farbe #BE9587
Beispiele css- und html für Elemente in der Farbe #BE9587. Bitte benutzen Sie auch rgb(190,149,135) statt hex-Code.
.myTextColor { color: #BE9587; }
<p style="color:#BE9587">This sample text font color is #BE9587.</p>
Die Farbe dieses Textes ist #BE9587.
.myBgColor { background-color: #BE9587; }
<div style="background-color:#BE9587">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BE9587.
.myBorderColor { border: 1px solid #BE9587; }
<div style="border:3px solid #BE9587">Div</div>
Die Grenzen von diesem div sind in Farbe #BE9587.
.myOpacity80 { color: #BE9587; opacity: 0.8; }
<p style="color:#BE9587;opacity:0.8;">80%</p>
Text in Farbe #BE9587 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE9587;}
<p style="text-shadow: 3px 3px 1px #BE9587">Text here.</p>
Dieser Text hat den Schatten in Farbe #BE9587.
.textShadow {text-shadow: 3px 3px 1px #BE9587', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE9587, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BE9587 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE9587, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE9587, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE9587 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE9587;
-webkit-box-shadow: 1px 1px 3px 2px #BE9587;
box-shadow: 1px 1px 3px 2px #BE9587;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE9587; -webkit-box-shadow: 1px 1px 3px 2px #BE9587; box-shadow:1px 1px 3px 2px #BE9587;">
Div content here
</div>
Dieser Text ist in der Farbe #BE9587 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BE9587 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BE9587.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BE9587.
Kontrastfarbe für #hex ist #416A78.