Shades of Meteor #BC7A32
Tints of Meteor #BC7A32
RGB
CMYK
RGB Variations
Color information
#BC7A32 (or 0xBC7A32) is known color: Meteor. HEX triplet: BC, 7A and 32. RGB value is (188,122,50). Sum of RGB (Red+Green+Blue) = 188+122+50=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A32 is #4385CD. Grayscale: #858585. Windows color (decimal): -4425166 or 3308220. OLE color: 3308220.
HSL color Cylindrical-coordinate representation of color #BC7A32: hue angle of 31.3º 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 #BC7A32 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 50 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.26 |
| HSL | 31.3º | 0.58% | 0.47% | - |
| HSV(B) | 31.3º | 0.73% | 0.74% | - |
| XYZ | 28.27 | 24.84 | 6.32 | - |
| YUV | 133.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 50 | 0 | 0.35 | 0.73 | 0.26 | 31.3 | 0.58 | 0.47 |
| Hex | BC | 7A | 32 | 0 | 23 | 49 | 1A | 1F | 3A | 2F |
| Octal | 274 | 172 | 62 | 0 | 43 | 111 | 32 | 37 | 72 | 57 |
| Binary | 10111100 | 1111010 | 110010 | 0 | 100011 | 1001001 | 11010 | 11111 | 111010 | 101111 |
Color Harmonies of #BC7A32
Complementary color
Monochromatic Colors of #BC7A32
Black with #BC7A32
Text Example
Text Example
White with #BC7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A32; }
p { color: rgb(188,122,50); }
H1.HeaderClassName
{
color: #BC7A32;
}
.AnyTagClassName
{
color: #BC7A32;
}
</style>
background-color css
<style>
a { background-color: #BC7A32; }
a { background-color: rgb(188,122,50); }
div.DivClassName
{
background-color: #BC7A32;
}
.BgClassName
{
background-color: #BC7A32;
}
</style>
border-color css
<style>
span { border-color: #BC7A32; }
span { border-color: rgb(188,122,50); }
td.TdClassName
{
border-color: #BC7A32;
}
.TagClassName
{
border-color: #BC7A32;
}
</style>