HEX: #BB7C7A
RGB: (187,124,122)
#BB7C7A enthält hauptsächlich rote Farbe. Für #BB7C7A ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #BB7C7A wird in RGB als (187,124,122) definiert.
RGB: (187,124,122) (73%,49%,48%)
R 187 von 255 = 73%
G 124 von 255 = 49%
B 122 von 255 = 48%
R + G + B ~ 57%. #BB7C7A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 124 + 122 = 433 (100%)
R 187 von 433 ~ 43.19%
G 124 von 433 ~ 28.64%
B 122 von 433 ~ 28.18%
Die Farbe #BB7C7A wird in CMYK als (0,34,35,27) definiert.
CMYK: (0,34,35,27) C0M34Y35K27 (0%,34%,35%,27%) (0.00/0.34/0.35/0.27)
BB | 7C | 7A | |
---|---|---|---|
RGB | 187 | 124 | 122 |
HSL | 2° | 32.34% | 60.59% |
HSB/HSV | 2° | 34.76% | 73.33% |
CMYK | 0.00% | 33.69% | 34.76% |
26.67% |
Hexadezimal | BB | 7C | 7A |
Dezimal | 187 | 124 | 122 |
Binär | 10111011 | 1111100 | 1111010 |
Oktal | 273 | 174 | 172 |
Beispiele css- und html für Elemente in der Farbe #BB7C7A. Bitte benutzen Sie auch rgb(187,124,122) statt hex-Code.
.myTextColor { color: #BB7C7A; }
<p style="color:#BB7C7A">This sample text font color is #BB7C7A.</p>
Die Farbe dieses Textes ist #BB7C7A.
.myBgColor { background-color: #BB7C7A; }
<div style="background-color:#BB7C7A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB7C7A.
.myBorderColor { border: 1px solid #BB7C7A; }
<div style="border:3px solid #BB7C7A">Div</div>
Die Grenzen von diesem div sind in Farbe #BB7C7A.
.myOpacity80 { color: #BB7C7A; opacity: 0.8; }
<p style="color:#BB7C7A;opacity:0.8;">80%</p>
Text in Farbe #BB7C7A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB7C7A;}
<p style="text-shadow: 3px 3px 1px #BB7C7A">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB7C7A.
.textShadow {text-shadow: 3px 3px 1px #BB7C7A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB7C7A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB7C7A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB7C7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB7C7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB7C7A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB7C7A; -webkit-box-shadow: 1px 1px 3px 2px #BB7C7A; box-shadow: 1px 1px 3px 2px #BB7C7A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB7C7A; -webkit-box-shadow: 1px 1px 3px 2px #BB7C7A; box-shadow:1px 1px 3px 2px #BB7C7A;">
Div content here</div>
Dieser Text ist in der Farbe #BB7C7A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB7C7A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB7C7A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB7C7A.