HEX: #B36D7D
RGB: (179,109,125)
#B36D7D enthält hauptsächlich rote und blaue Farbe. Für #B36D7D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #B36D7D wird in RGB als (179,109,125) definiert.
RGB: (179,109,125) (70%,43%,49%)
R 179 von 255 = 70%
G 109 von 255 = 43%
B 125 von 255 = 49%
R + G + B ~ 54%. #B36D7D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
179 + 109 + 125 = 413 (100%)
R 179 von 413 ~ 43.34%
G 109 von 413 ~ 26.39%
B 125 von 413 ~ 30.27%
Die Farbe #B36D7D wird in CMYK als (0,39,30,30) definiert.
CMYK: (0,39,30,30) C0M39Y30K30 (0%,39%,30%,30%) (0.00/0.39/0.30/0.30)
B3 | 6D | 7D | |
---|---|---|---|
RGB | 179 | 109 | 125 |
HSL | 346° | 31.53% | 56.47% |
HSB/HSV | 346° | 39.11% | 70.20% |
CMYK | 0.00% | 39.11% | 30.17% |
29.80% |
Hexadezimal | B3 | 6D | 7D |
Dezimal | 179 | 109 | 125 |
Binär | 10110011 | 1101101 | 1111101 |
Oktal | 263 | 155 | 175 |
Beispiele css- und html für Elemente in der Farbe #B36D7D. Bitte benutzen Sie auch rgb(179,109,125) statt hex-Code.
.myTextColor { color: #B36D7D; }
<p style="color:#B36D7D">This sample text font color is #B36D7D.</p>
Die Farbe dieses Textes ist #B36D7D.
.myBgColor { background-color: #B36D7D; }
<div style="background-color:#B36D7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B36D7D.
.myBorderColor { border: 1px solid #B36D7D; }
<div style="border:3px solid #B36D7D">Div</div>
Die Grenzen von diesem div sind in Farbe #B36D7D.
.myOpacity80 { color: #B36D7D; opacity: 0.8; }
<p style="color:#B36D7D;opacity:0.8;">80%</p>
Text in Farbe #B36D7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B36D7D;}
<p style="text-shadow: 3px 3px 1px #B36D7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #B36D7D.
.textShadow {text-shadow: 3px 3px 1px #B36D7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B36D7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B36D7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B36D7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B36D7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B36D7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B36D7D; -webkit-box-shadow: 1px 1px 3px 2px #B36D7D; box-shadow: 1px 1px 3px 2px #B36D7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B36D7D; -webkit-box-shadow: 1px 1px 3px 2px #B36D7D; box-shadow:1px 1px 3px 2px #B36D7D;">
Div content here</div>
Dieser Text ist in der Farbe #B36D7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B36D7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B36D7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B36D7D.