HEX: #B55E61
RGB: (181,94,97)
#B55E61 enthält hauptsächlich rote Farbe. Für #B55E61 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #B55E61 wird in RGB als (181,94,97) definiert.
RGB: (181,94,97) (71%,37%,38%)
R 181 von 255 = 71%
G 94 von 255 = 37%
B 97 von 255 = 38%
R + G + B ~ 49%. #B55E61 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
181 + 94 + 97 = 372 (100%)
R 181 von 372 ~ 48.66%
G 94 von 372 ~ 25.27%
B 97 von 372 ~ 26.08%
Die Farbe #B55E61 wird in CMYK als (0,48,46,29) definiert.
CMYK: (0,48,46,29) C0M48Y46K29 (0%,48%,46%,29%) (0.00/0.48/0.46/0.29)
B5 | 5E | 61 | |
---|---|---|---|
RGB | 181 | 94 | 97 |
HSL | 358° | 37.02% | 53.92% |
HSB/HSV | 358° | 48.07% | 70.98% |
CMYK | 0.00% | 48.07% | 46.41% |
29.02% |
Hexadezimal | B5 | 5E | 61 |
Dezimal | 181 | 94 | 97 |
Binär | 10110101 | 1011110 | 1100001 |
Oktal | 265 | 136 | 141 |
Beispiele css- und html für Elemente in der Farbe #B55E61. Bitte benutzen Sie auch rgb(181,94,97) statt hex-Code.
.myTextColor { color: #B55E61; }
<p style="color:#B55E61">This sample text font color is #B55E61.</p>
Die Farbe dieses Textes ist #B55E61.
.myBgColor { background-color: #B55E61; }
<div style="background-color:#B55E61">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B55E61.
.myBorderColor { border: 1px solid #B55E61; }
<div style="border:3px solid #B55E61">Div</div>
Die Grenzen von diesem div sind in Farbe #B55E61.
.myOpacity80 { color: #B55E61; opacity: 0.8; }
<p style="color:#B55E61;opacity:0.8;">80%</p>
Text in Farbe #B55E61 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B55E61;}
<p style="text-shadow: 3px 3px 1px #B55E61">Text here.</p>
Dieser Text hat den Schatten in Farbe #B55E61.
.textShadow {text-shadow: 3px 3px 1px #B55E61, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B55E61, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B55E61 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B55E61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B55E61, Direction=45, Strength=4)">Text</p>
This text has shadow with #B55E61 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B55E61; -webkit-box-shadow: 1px 1px 3px 2px #B55E61; box-shadow: 1px 1px 3px 2px #B55E61; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B55E61; -webkit-box-shadow: 1px 1px 3px 2px #B55E61; box-shadow:1px 1px 3px 2px #B55E61;">
Div content here</div>
Dieser Text ist in der Farbe #B55E61 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B55E61 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B55E61.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B55E61.