HEX: #B7817F
RGB: (183,129,127)
#B7817F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B7817F ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #B7817F wird in RGB als (183,129,127) definiert.
RGB: (183,129,127) (72%,51%,50%)
R 183 von 255 = 72%
G 129 von 255 = 51%
B 127 von 255 = 50%
R + G + B ~ 58%. #B7817F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
183 + 129 + 127 = 439 (100%)
R 183 von 439 ~ 41.69%
G 129 von 439 ~ 29.38%
B 127 von 439 ~ 28.93%
Die Farbe #B7817F wird in CMYK als (0,30,31,28) definiert.
CMYK: (0,30,31,28) C0M30Y31K28 (0%,30%,31%,28%) (0.00/0.30/0.31/0.28)
B7 | 81 | 7F | |
---|---|---|---|
RGB | 183 | 129 | 127 |
HSL | 2° | 28.00% | 60.78% |
HSB/HSV | 2° | 30.60% | 71.76% |
CMYK | 0.00% | 29.51% | 30.60% |
28.24% |
Hexadezimal | B7 | 81 | 7F |
Dezimal | 183 | 129 | 127 |
Binär | 10110111 | 10000001 | 1111111 |
Oktal | 267 | 201 | 177 |
Beispiele css- und html für Elemente in der Farbe #B7817F. Bitte benutzen Sie auch rgb(183,129,127) statt hex-Code.
.myTextColor { color: #B7817F; }
<p style="color:#B7817F">This sample text font color is #B7817F.</p>
Die Farbe dieses Textes ist #B7817F.
.myBgColor { background-color: #B7817F; }
<div style="background-color:#B7817F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B7817F.
.myBorderColor { border: 1px solid #B7817F; }
<div style="border:3px solid #B7817F">Div</div>
Die Grenzen von diesem div sind in Farbe #B7817F.
.myOpacity80 { color: #B7817F; opacity: 0.8; }
<p style="color:#B7817F;opacity:0.8;">80%</p>
Text in Farbe #B7817F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B7817F;}
<p style="text-shadow: 3px 3px 1px #B7817F">Text here.</p>
Dieser Text hat den Schatten in Farbe #B7817F.
.textShadow {text-shadow: 3px 3px 1px #B7817F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B7817F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B7817F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B7817F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B7817F, Direction=45, Strength=4)">Text</p>
This text has shadow with #B7817F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B7817F; -webkit-box-shadow: 1px 1px 3px 2px #B7817F; box-shadow: 1px 1px 3px 2px #B7817F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B7817F; -webkit-box-shadow: 1px 1px 3px 2px #B7817F; box-shadow:1px 1px 3px 2px #B7817F;">
Div content here</div>
Dieser Text ist in der Farbe #B7817F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B7817F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B7817F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B7817F.