Shades of Meteor #BC7332
Tints of Meteor #BC7332
RGB
CMYK
RGB Variations
Color information
#BC7332 (or 0xBC7332) is known color: Meteor. HEX triplet: BC, 73 and 32. RGB value is (188,115,50). Sum of RGB (Red+Green+Blue) = 188+115+50=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7332 is #438CCD. Grayscale: #818181. Windows color (decimal): -4426958 or 3306428. OLE color: 3306428.
HSL color Cylindrical-coordinate representation of color #BC7332: hue angle of 28.26º 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 #BC7332 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 50 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.26 |
| HSL | 28.26º | 0.58% | 0.47% | - |
| HSV(B) | 28.26º | 0.73% | 0.74% | - |
| XYZ | 27.45 | 23.18 | 6.05 | - |
| YUV | 129.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 50 | 0 | 0.39 | 0.73 | 0.26 | 28.26 | 0.58 | 0.47 |
| Hex | BC | 73 | 32 | 0 | 27 | 49 | 1A | 1C | 3A | 2F |
| Octal | 274 | 163 | 62 | 0 | 47 | 111 | 32 | 34 | 72 | 57 |
| Binary | 10111100 | 1110011 | 110010 | 0 | 100111 | 1001001 | 11010 | 11100 | 111010 | 101111 |
Color Harmonies of #BC7332
Complementary color
Monochromatic Colors of #BC7332
Black with #BC7332
Text Example
Text Example
White with #BC7332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7332; }
p { color: rgb(188,115,50); }
H1.HeaderClassName
{
color: #BC7332;
}
.AnyTagClassName
{
color: #BC7332;
}
</style>
background-color css
<style>
a { background-color: #BC7332; }
a { background-color: rgb(188,115,50); }
div.DivClassName
{
background-color: #BC7332;
}
.BgClassName
{
background-color: #BC7332;
}
</style>
border-color css
<style>
span { border-color: #BC7332; }
span { border-color: rgb(188,115,50); }
td.TdClassName
{
border-color: #BC7332;
}
.TagClassName
{
border-color: #BC7332;
}
</style>