HEX: #B48F7B
RGB: (180,143,123)
#B48F7B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B48F7B ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B48F7B wird in RGB als (180,143,123) definiert.
RGB: (180,143,123) (71%,56%,48%)
R 180 von 255 = 71%
G 143 von 255 = 56%
B 123 von 255 = 48%
R + G + B ~ 58%. #B48F7B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 143 + 123 = 446 (100%)
R 180 von 446 ~ 40.36%
G 143 von 446 ~ 32.06%
B 123 von 446 ~ 27.58%
Die Farbe #B48F7B wird in CMYK als (0,21,32,29) definiert.
CMYK: (0,21,32,29) C0M21Y32K29 (0%,21%,32%,29%) (0.00/0.21/0.32/0.29)
B4 | 8F | 7B | |
---|---|---|---|
RGB | 180 | 143 | 123 |
HSL | 21° | 27.54% | 59.41% |
HSB/HSV | 21° | 31.67% | 70.59% |
CMYK | 0.00% | 20.56% | 31.67% |
29.41% |
Hexadezimal | B4 | 8F | 7B |
Dezimal | 180 | 143 | 123 |
Binär | 10110100 | 10001111 | 1111011 |
Oktal | 264 | 217 | 173 |
Beispiele css- und html für Elemente in der Farbe #B48F7B. Bitte benutzen Sie auch rgb(180,143,123) statt hex-Code.
.myTextColor { color: #B48F7B; }
<p style="color:#B48F7B">This sample text font color is #B48F7B.</p>
Die Farbe dieses Textes ist #B48F7B.
.myBgColor { background-color: #B48F7B; }
<div style="background-color:#B48F7B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B48F7B.
.myBorderColor { border: 1px solid #B48F7B; }
<div style="border:3px solid #B48F7B">Div</div>
Die Grenzen von diesem div sind in Farbe #B48F7B.
.myOpacity80 { color: #B48F7B; opacity: 0.8; }
<p style="color:#B48F7B;opacity:0.8;">80%</p>
Text in Farbe #B48F7B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B48F7B;}
<p style="text-shadow: 3px 3px 1px #B48F7B">Text here.</p>
Dieser Text hat den Schatten in Farbe #B48F7B.
.textShadow {text-shadow: 3px 3px 1px #B48F7B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B48F7B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B48F7B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B48F7B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B48F7B, Direction=45, Strength=4)">Text</p>
This text has shadow with #B48F7B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B48F7B; -webkit-box-shadow: 1px 1px 3px 2px #B48F7B; box-shadow: 1px 1px 3px 2px #B48F7B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B48F7B; -webkit-box-shadow: 1px 1px 3px 2px #B48F7B; box-shadow:1px 1px 3px 2px #B48F7B;">
Div content here</div>
Dieser Text ist in der Farbe #B48F7B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B48F7B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B48F7B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B48F7B.