Shades of Meteor #BC7632
Tints of Meteor #BC7632
RGB
CMYK
RGB Variations
Color information
#BC7632 (or 0xBC7632) is known color: Meteor. HEX triplet: BC, 76 and 32. RGB value is (188,118,50). Sum of RGB (Red+Green+Blue) = 188+118+50=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7632 is #4389CD. Grayscale: #838383. Windows color (decimal): -4426190 or 3307196. OLE color: 3307196.
HSL color Cylindrical-coordinate representation of color #BC7632: hue angle of 29.57º 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 #BC7632 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 50 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.26 |
| HSL | 29.57º | 0.58% | 0.47% | - |
| HSV(B) | 29.57º | 0.73% | 0.74% | - |
| XYZ | 27.79 | 23.88 | 6.16 | - |
| YUV | 131.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 50 | 0 | 0.37 | 0.73 | 0.26 | 29.57 | 0.58 | 0.47 |
| Hex | BC | 76 | 32 | 0 | 25 | 49 | 1A | 1E | 3A | 2F |
| Octal | 274 | 166 | 62 | 0 | 45 | 111 | 32 | 36 | 72 | 57 |
| Binary | 10111100 | 1110110 | 110010 | 0 | 100101 | 1001001 | 11010 | 11110 | 111010 | 101111 |
Color Harmonies of #BC7632
Complementary color
Monochromatic Colors of #BC7632
Black with #BC7632
Text Example
Text Example
White with #BC7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7632; }
p { color: rgb(188,118,50); }
H1.HeaderClassName
{
color: #BC7632;
}
.AnyTagClassName
{
color: #BC7632;
}
</style>
background-color css
<style>
a { background-color: #BC7632; }
a { background-color: rgb(188,118,50); }
div.DivClassName
{
background-color: #BC7632;
}
.BgClassName
{
background-color: #BC7632;
}
</style>
border-color css
<style>
span { border-color: #BC7632; }
span { border-color: rgb(188,118,50); }
td.TdClassName
{
border-color: #BC7632;
}
.TagClassName
{
border-color: #BC7632;
}
</style>