Shades of Meteor #BB7239
Tints of Meteor #BB7239
RGB
CMYK
RGB Variations
Color information
#BB7239 (or 0xBB7239) is known color: Meteor. HEX triplet: BB, 72 and 39. RGB value is (187,114,57). Sum of RGB (Red+Green+Blue) = 187+114+57=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7239 is #448DC6. Grayscale: #818181. Windows color (decimal): -4492743 or 3764923. OLE color: 3764923.
HSL color Cylindrical-coordinate representation of color #BB7239: hue angle of 26.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB7239 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 57 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.27 |
| HSL | 26.31º | 0.53% | 0.48% | - |
| HSV(B) | 26.31º | 0.7% | 0.73% | - |
| XYZ | 27.25 | 22.89 | 6.85 | - |
| YUV | 129.33 | 87.18 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 57 | 0 | 0.39 | 0.70 | 0.27 | 26.31 | 0.53 | 0.48 |
| Hex | BB | 72 | 39 | 0 | 27 | 46 | 1B | 1A | 35 | 30 |
| Octal | 273 | 162 | 71 | 0 | 47 | 106 | 33 | 32 | 65 | 60 |
| Binary | 10111011 | 1110010 | 111001 | 0 | 100111 | 1000110 | 11011 | 11010 | 110101 | 110000 |
Color Harmonies of #BB7239
Complementary color
Monochromatic Colors of #BB7239
Black with #BB7239
Text Example
Text Example
White with #BB7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7239; }
p { color: rgb(187,114,57); }
H1.HeaderClassName
{
color: #BB7239;
}
.AnyTagClassName
{
color: #BB7239;
}
</style>
background-color css
<style>
a { background-color: #BB7239; }
a { background-color: rgb(187,114,57); }
div.DivClassName
{
background-color: #BB7239;
}
.BgClassName
{
background-color: #BB7239;
}
</style>
border-color css
<style>
span { border-color: #BB7239; }
span { border-color: rgb(187,114,57); }
td.TdClassName
{
border-color: #BB7239;
}
.TagClassName
{
border-color: #BB7239;
}
</style>