Shades of Meteor #BB7532
Tints of Meteor #BB7532
RGB
CMYK
RGB Variations
Color information
#BB7532 (or 0xBB7532) is known color: Meteor. HEX triplet: BB, 75 and 32. RGB value is (187,117,50). Sum of RGB (Red+Green+Blue) = 187+117+50=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7532 is #448ACD. Grayscale: #828282. Windows color (decimal): -4491982 or 3306939. OLE color: 3306939.
HSL color Cylindrical-coordinate representation of color #BB7532: hue angle of 29.34º 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 #BB7532 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 50 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.27 |
| HSL | 29.34º | 0.58% | 0.46% | - |
| HSV(B) | 29.34º | 0.73% | 0.73% | - |
| XYZ | 27.43 | 23.52 | 6.11 | - |
| YUV | 130.29 | 82.69 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 50 | 0 | 0.37 | 0.73 | 0.27 | 29.34 | 0.58 | 0.46 |
| Hex | BB | 75 | 32 | 0 | 25 | 49 | 1B | 1D | 3A | 2E |
| Octal | 273 | 165 | 62 | 0 | 45 | 111 | 33 | 35 | 72 | 56 |
| Binary | 10111011 | 1110101 | 110010 | 0 | 100101 | 1001001 | 11011 | 11101 | 111010 | 101110 |
Color Harmonies of #BB7532
Complementary color
Monochromatic Colors of #BB7532
Black with #BB7532
Text Example
Text Example
White with #BB7532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7532; }
p { color: rgb(187,117,50); }
H1.HeaderClassName
{
color: #BB7532;
}
.AnyTagClassName
{
color: #BB7532;
}
</style>
background-color css
<style>
a { background-color: #BB7532; }
a { background-color: rgb(187,117,50); }
div.DivClassName
{
background-color: #BB7532;
}
.BgClassName
{
background-color: #BB7532;
}
</style>
border-color css
<style>
span { border-color: #BB7532; }
span { border-color: rgb(187,117,50); }
td.TdClassName
{
border-color: #BB7532;
}
.TagClassName
{
border-color: #BB7532;
}
</style>