HEX: #BB7237
RGB: (187,114,55)
#BB7237 enthält hauptsächlich rote Farbe. Für #BB7237 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #BB7237 wird in RGB als (187,114,55) definiert.
RGB: (187,114,55) (73%,45%,22%)
R 187 von 255 = 73%
G 114 von 255 = 45%
B 55 von 255 = 22%
R + G + B ~ 47%. #BB7237 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
187 + 114 + 55 = 356 (100%)
R 187 von 356 ~ 52.53%
G 114 von 356 ~ 32.02%
B 55 von 356 ~ 15.45%
Die Farbe #BB7237 wird in CMYK als (0,39,71,27) definiert.
CMYK: (0,39,71,27) C0M39Y71K27 (0%,39%,71%,27%) (0.00/0.39/0.71/0.27)
BB | 72 | 37 | |
---|---|---|---|
RGB | 187 | 114 | 55 |
HSL | 27° | 54.55% | 47.45% |
HSB/HSV | 27° | 70.59% | 73.33% |
CMYK | 0.00% | 39.04% | 70.59% |
26.67% |
Hexadezimal | BB | 72 | 37 |
Dezimal | 187 | 114 | 55 |
Binär | 10111011 | 1110010 | 110111 |
Oktal | 273 | 162 | 67 |
Beispiele css- und html für Elemente in der Farbe #BB7237. Bitte benutzen Sie auch rgb(187,114,55) statt hex-Code.
.myTextColor { color: #BB7237; }
<p style="color:#BB7237">This sample text font color is #BB7237.</p>
Die Farbe dieses Textes ist #BB7237.
.myBgColor { background-color: #BB7237; }
<div style="background-color:#BB7237">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB7237.
.myBorderColor { border: 1px solid #BB7237; }
<div style="border:3px solid #BB7237">Div</div>
Die Grenzen von diesem div sind in Farbe #BB7237.
.myOpacity80 { color: #BB7237; opacity: 0.8; }
<p style="color:#BB7237;opacity:0.8;">80%</p>
Text in Farbe #BB7237 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB7237;}
<p style="text-shadow: 3px 3px 1px #BB7237">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB7237.
.textShadow {text-shadow: 3px 3px 1px #BB7237, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB7237, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB7237 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB7237, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB7237, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB7237 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #BB7237; -webkit-box-shadow: 1px 1px 3px 2px #BB7237; box-shadow: 1px 1px 3px 2px #BB7237; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BB7237; -webkit-box-shadow: 1px 1px 3px 2px #BB7237; box-shadow:1px 1px 3px 2px #BB7237;">
Div content here</div>
Dieser Text ist in der Farbe #BB7237 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB7237 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB7237.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB7237.