HEX: #B5947D
RGB: (181,148,125)
#B5947D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5947D ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B5947D wird in RGB als (181,148,125) definiert.
RGB: (181,148,125) (71%,58%,49%)
R 181 von 255 = 71%
G 148 von 255 = 58%
B 125 von 255 = 49%
R + G + B ~ 59%. #B5947D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
181 + 148 + 125 = 454 (100%)
R 181 von 454 ~ 39.87%
G 148 von 454 ~ 32.6%
B 125 von 454 ~ 27.53%
Die Farbe #B5947D wird in CMYK als (0,18,31,29) definiert.
CMYK: (0,18,31,29) C0M18Y31K29 (0%,18%,31%,29%) (0.00/0.18/0.31/0.29)
B5 | 94 | 7D | |
---|---|---|---|
RGB | 181 | 148 | 125 |
HSL | 25° | 27.45% | 60.00% |
HSB/HSV | 25° | 30.94% | 70.98% |
CMYK | 0.00% | 18.23% | 30.94% |
29.02% |
Hexadezimal | B5 | 94 | 7D |
Dezimal | 181 | 148 | 125 |
Binär | 10110101 | 10010100 | 1111101 |
Oktal | 265 | 224 | 175 |
Beispiele css- und html für Elemente in der Farbe #B5947D. Bitte benutzen Sie auch rgb(181,148,125) statt hex-Code.
.myTextColor { color: #B5947D; }
<p style="color:#B5947D">This sample text font color is #B5947D.</p>
Die Farbe dieses Textes ist #B5947D.
.myBgColor { background-color: #B5947D; }
<div style="background-color:#B5947D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5947D.
.myBorderColor { border: 1px solid #B5947D; }
<div style="border:3px solid #B5947D">Div</div>
Die Grenzen von diesem div sind in Farbe #B5947D.
.myOpacity80 { color: #B5947D; opacity: 0.8; }
<p style="color:#B5947D;opacity:0.8;">80%</p>
Text in Farbe #B5947D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5947D;}
<p style="text-shadow: 3px 3px 1px #B5947D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5947D.
.textShadow {text-shadow: 3px 3px 1px #B5947D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5947D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5947D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5947D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5947D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5947D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5947D; -webkit-box-shadow: 1px 1px 3px 2px #B5947D; box-shadow: 1px 1px 3px 2px #B5947D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5947D; -webkit-box-shadow: 1px 1px 3px 2px #B5947D; box-shadow:1px 1px 3px 2px #B5947D;">
Div content here</div>
Dieser Text ist in der Farbe #B5947D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5947D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5947D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5947D.