HEX: #B4828C
RGB: (180,130,140)
#B4828C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B4828C ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #B4828C wird in RGB als (180,130,140) definiert.
RGB: (180,130,140)
(71%, 51%, 55%)
R 180 von 255 = 71%
G 130 von 255 = 51%
B 140 von 255 = 55%
R + G + B ~ 59%. #B4828C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 180 + 130 + 140 = 450 (100%)
R 180 von 450 ~ 40%
G 130 von 450 ~ 28.89%
B 140 von 450 ~ 31.11'%
Die Farbe #B4828C wird in CMYK als (0,28,22,29) definiert.
CMYK: (0,28,22,29)
C0M28Y22K29 (0%, 28%, 22%, 29%)
(0.00 / 0.28 / 0.22 / 0.29)
Farbe #B4828C in den populären Farbmodellen.
B4 | 82 | 8C | |
---|---|---|---|
RGB | 180 | 130 | 140 |
HSL | 348° | 25.00% | 60.78% |
HSB/HSV | 348° | 27.78% | 70.59% |
CMYK | 0.00% | 27.78% | 22.22% |
29.41% |
Die Farbe #B4828C in den populären Zahlensystemen.
Hexadezimal | B4 | 82 | 8C |
Dezimal | 180 | 130 | 140 |
Binär | 10110100 | 10000010 | 10001100 |
Oktal | 264 | 202 | 214 |
Dunkle Töne der Farbe #B4828C
Helle Töne der Farbe #B4828C
Beispiele css- und html für Elemente in der Farbe #B4828C. Bitte benutzen Sie auch rgb(180,130,140) statt hex-Code.
.myTextColor { color: #B4828C; }
<p style="color:#B4828C">This sample text font color is #B4828C.</p>
Die Farbe dieses Textes ist #B4828C.
.myBgColor { background-color: #B4828C; }
<div style="background-color:#B4828C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4828C.
.myBorderColor { border: 1px solid #B4828C; }
<div style="border:3px solid #B4828C">Div</div>
Die Grenzen von diesem div sind in Farbe #B4828C.
.myOpacity80 { color: #B4828C; opacity: 0.8; }
<p style="color:#B4828C;opacity:0.8;">80%</p>
Text in Farbe #B4828C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4828C;}
<p style="text-shadow: 3px 3px 1px #B4828C">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4828C.
.textShadow {text-shadow: 3px 3px 1px #B4828C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4828C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4828C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4828C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4828C, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4828C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4828C;
-webkit-box-shadow: 1px 1px 3px 2px #B4828C;
box-shadow: 1px 1px 3px 2px #B4828C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4828C; -webkit-box-shadow: 1px 1px 3px 2px #B4828C; box-shadow:1px 1px 3px 2px #B4828C;">
Div content here
</div>
Dieser Text ist in der Farbe #B4828C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4828C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4828C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4828C.
Kontrastfarbe für #hex ist #4B7D73.