HEX: #B5827B
RGB: (181,130,123)
#B5827B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5827B ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B5827B wird in RGB als (181,130,123) definiert.
RGB: (181,130,123) (71%,51%,48%)
R 181 von 255 = 71%
G 130 von 255 = 51%
B 123 von 255 = 48%
R + G + B ~ 57%. #B5827B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
181 + 130 + 123 = 434 (100%)
R 181 von 434 ~ 41.71%
G 130 von 434 ~ 29.95%
B 123 von 434 ~ 28.34%
Die Farbe #B5827B wird in CMYK als (0,28,32,29) definiert.
CMYK: (0,28,32,29) C0M28Y32K29 (0%,28%,32%,29%) (0.00/0.28/0.32/0.29)
B5 | 82 | 7B | |
---|---|---|---|
RGB | 181 | 130 | 123 |
HSL | 7° | 28.16% | 59.61% |
HSB/HSV | 7° | 32.04% | 70.98% |
CMYK | 0.00% | 28.18% | 32.04% |
29.02% |
Hexadezimal | B5 | 82 | 7B |
Dezimal | 181 | 130 | 123 |
Binär | 10110101 | 10000010 | 1111011 |
Oktal | 265 | 202 | 173 |
Beispiele css- und html für Elemente in der Farbe #B5827B. Bitte benutzen Sie auch rgb(181,130,123) statt hex-Code.
.myTextColor { color: #B5827B; }
<p style="color:#B5827B">This sample text font color is #B5827B.</p>
Die Farbe dieses Textes ist #B5827B.
.myBgColor { background-color: #B5827B; }
<div style="background-color:#B5827B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5827B.
.myBorderColor { border: 1px solid #B5827B; }
<div style="border:3px solid #B5827B">Div</div>
Die Grenzen von diesem div sind in Farbe #B5827B.
.myOpacity80 { color: #B5827B; opacity: 0.8; }
<p style="color:#B5827B;opacity:0.8;">80%</p>
Text in Farbe #B5827B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5827B;}
<p style="text-shadow: 3px 3px 1px #B5827B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5827B.
.textShadow {text-shadow: 3px 3px 1px #B5827B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5827B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5827B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5827B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5827B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5827B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5827B; -webkit-box-shadow: 1px 1px 3px 2px #B5827B; box-shadow: 1px 1px 3px 2px #B5827B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5827B; -webkit-box-shadow: 1px 1px 3px 2px #B5827B; box-shadow:1px 1px 3px 2px #B5827B;">
Div content here</div>
Dieser Text ist in der Farbe #B5827B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5827B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5827B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5827B.