Shades of Meteor #BC7032
Tints of Meteor #BC7032
RGB
CMYK
RGB Variations
Color information
#BC7032 (or 0xBC7032) is known color: Meteor. HEX triplet: BC, 70 and 32. RGB value is (188,112,50). Sum of RGB (Red+Green+Blue) = 188+112+50=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7032 is #438FCD. Grayscale: #7F7F7F. Windows color (decimal): -4427726 or 3305660. OLE color: 3305660.
HSL color Cylindrical-coordinate representation of color #BC7032: hue angle of 26.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC7032 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 50 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.26 |
| HSL | 26.96º | 0.58% | 0.47% | - |
| HSV(B) | 26.96º | 0.73% | 0.74% | - |
| XYZ | 27.11 | 22.51 | 5.93 | - |
| YUV | 127.66 | 84.18 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 50 | 0 | 0.40 | 0.73 | 0.26 | 26.96 | 0.58 | 0.47 |
| Hex | BC | 70 | 32 | 0 | 28 | 49 | 1A | 1B | 3A | 2F |
| Octal | 274 | 160 | 62 | 0 | 50 | 111 | 32 | 33 | 72 | 57 |
| Binary | 10111100 | 1110000 | 110010 | 0 | 101000 | 1001001 | 11010 | 11011 | 111010 | 101111 |
Color Harmonies of #BC7032
Complementary color
Monochromatic Colors of #BC7032
Black with #BC7032
Text Example
Text Example
White with #BC7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7032; }
p { color: rgb(188,112,50); }
H1.HeaderClassName
{
color: #BC7032;
}
.AnyTagClassName
{
color: #BC7032;
}
</style>
background-color css
<style>
a { background-color: #BC7032; }
a { background-color: rgb(188,112,50); }
div.DivClassName
{
background-color: #BC7032;
}
.BgClassName
{
background-color: #BC7032;
}
</style>
border-color css
<style>
span { border-color: #BC7032; }
span { border-color: rgb(188,112,50); }
td.TdClassName
{
border-color: #BC7032;
}
.TagClassName
{
border-color: #BC7032;
}
</style>