Shades of Meteor #BB7232
Tints of Meteor #BB7232
RGB
CMYK
RGB Variations
Color information
#BB7232 (or 0xBB7232) is known color: Meteor. HEX triplet: BB, 72 and 32. RGB value is (187,114,50). Sum of RGB (Red+Green+Blue) = 187+114+50=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7232 is #448DCD. Grayscale: #808080. Windows color (decimal): -4492750 or 3306171. OLE color: 3306171.
HSL color Cylindrical-coordinate representation of color #BB7232: hue angle of 28.03º 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 #BB7232 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 50 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.27 |
| HSL | 28.03º | 0.58% | 0.46% | - |
| HSV(B) | 28.03º | 0.73% | 0.73% | - |
| XYZ | 27.09 | 22.83 | 6 | - |
| YUV | 128.53 | 83.68 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 50 | 0 | 0.39 | 0.73 | 0.27 | 28.03 | 0.58 | 0.46 |
| Hex | BB | 72 | 32 | 0 | 27 | 49 | 1B | 1C | 3A | 2E |
| Octal | 273 | 162 | 62 | 0 | 47 | 111 | 33 | 34 | 72 | 56 |
| Binary | 10111011 | 1110010 | 110010 | 0 | 100111 | 1001001 | 11011 | 11100 | 111010 | 101110 |
Color Harmonies of #BB7232
Complementary color
Monochromatic Colors of #BB7232
Black with #BB7232
Text Example
Text Example
White with #BB7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7232; }
p { color: rgb(187,114,50); }
H1.HeaderClassName
{
color: #BB7232;
}
.AnyTagClassName
{
color: #BB7232;
}
</style>
background-color css
<style>
a { background-color: #BB7232; }
a { background-color: rgb(187,114,50); }
div.DivClassName
{
background-color: #BB7232;
}
.BgClassName
{
background-color: #BB7232;
}
</style>
border-color css
<style>
span { border-color: #BB7232; }
span { border-color: rgb(187,114,50); }
td.TdClassName
{
border-color: #BB7232;
}
.TagClassName
{
border-color: #BB7232;
}
</style>