HEX: #B4747D
RGB: (180,116,125)
#B4747D enthält hauptsächlich rote und blaue Farbe. Für #B4747D ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B4747D wird in RGB als (180,116,125) definiert.
RGB: (180,116,125) (71%,45%,49%)
R 180 von 255 = 71%
G 116 von 255 = 45%
B 125 von 255 = 49%
R + G + B ~ 55%. #B4747D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
180 + 116 + 125 = 421 (100%)
R 180 von 421 ~ 42.76%
G 116 von 421 ~ 27.55%
B 125 von 421 ~ 29.69%
Die Farbe #B4747D wird in CMYK als (0,36,31,29) definiert.
CMYK: (0,36,31,29) C0M36Y31K29 (0%,36%,31%,29%) (0.00/0.36/0.31/0.29)
B4 | 74 | 7D | |
---|---|---|---|
RGB | 180 | 116 | 125 |
HSL | 352° | 29.91% | 58.04% |
HSB/HSV | 352° | 35.56% | 70.59% |
CMYK | 0.00% | 35.56% | 30.56% |
29.41% |
Hexadezimal | B4 | 74 | 7D |
Dezimal | 180 | 116 | 125 |
Binär | 10110100 | 1110100 | 1111101 |
Oktal | 264 | 164 | 175 |
Beispiele css- und html für Elemente in der Farbe #B4747D. Bitte benutzen Sie auch rgb(180,116,125) statt hex-Code.
.myTextColor { color: #B4747D; }
<p style="color:#B4747D">This sample text font color is #B4747D.</p>
Die Farbe dieses Textes ist #B4747D.
.myBgColor { background-color: #B4747D; }
<div style="background-color:#B4747D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B4747D.
.myBorderColor { border: 1px solid #B4747D; }
<div style="border:3px solid #B4747D">Div</div>
Die Grenzen von diesem div sind in Farbe #B4747D.
.myOpacity80 { color: #B4747D; opacity: 0.8; }
<p style="color:#B4747D;opacity:0.8;">80%</p>
Text in Farbe #B4747D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4747D;}
<p style="text-shadow: 3px 3px 1px #B4747D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B4747D.
.textShadow {text-shadow: 3px 3px 1px #B4747D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4747D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B4747D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4747D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4747D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4747D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B4747D; -webkit-box-shadow: 1px 1px 3px 2px #B4747D; box-shadow: 1px 1px 3px 2px #B4747D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B4747D; -webkit-box-shadow: 1px 1px 3px 2px #B4747D; box-shadow:1px 1px 3px 2px #B4747D;">
Div content here</div>
Dieser Text ist in der Farbe #B4747D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B4747D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B4747D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B4747D.