Shades of Meteor #BB7132
Tints of Meteor #BB7132
RGB
CMYK
RGB Variations
Color information
#BB7132 (or 0xBB7132) is known color: Meteor. HEX triplet: BB, 71 and 32. RGB value is (187,113,50). Sum of RGB (Red+Green+Blue) = 187+113+50=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7132 is #448ECD. Grayscale: #808080. Windows color (decimal): -4493006 or 3305915. OLE color: 3305915.
HSL color Cylindrical-coordinate representation of color #BB7132: hue angle of 27.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB7132 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 50 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.27 |
| HSL | 27.59º | 0.58% | 0.46% | - |
| HSV(B) | 27.59º | 0.73% | 0.73% | - |
| XYZ | 26.97 | 22.61 | 5.96 | - |
| YUV | 127.94 | 84.02 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 50 | 0 | 0.40 | 0.73 | 0.27 | 27.59 | 0.58 | 0.46 |
| Hex | BB | 71 | 32 | 0 | 28 | 49 | 1B | 1C | 3A | 2E |
| Octal | 273 | 161 | 62 | 0 | 50 | 111 | 33 | 34 | 72 | 56 |
| Binary | 10111011 | 1110001 | 110010 | 0 | 101000 | 1001001 | 11011 | 11100 | 111010 | 101110 |
Color Harmonies of #BB7132
Complementary color
Monochromatic Colors of #BB7132
Black with #BB7132
Text Example
Text Example
White with #BB7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7132; }
p { color: rgb(187,113,50); }
H1.HeaderClassName
{
color: #BB7132;
}
.AnyTagClassName
{
color: #BB7132;
}
</style>
background-color css
<style>
a { background-color: #BB7132; }
a { background-color: rgb(187,113,50); }
div.DivClassName
{
background-color: #BB7132;
}
.BgClassName
{
background-color: #BB7132;
}
</style>
border-color css
<style>
span { border-color: #BB7132; }
span { border-color: rgb(187,113,50); }
td.TdClassName
{
border-color: #BB7132;
}
.TagClassName
{
border-color: #BB7132;
}
</style>