Shades of Meteor #BC7132
Tints of Meteor #BC7132
RGB
CMYK
RGB Variations
Color information
#BC7132 (or 0xBC7132) is known color: Meteor. HEX triplet: BC, 71 and 32. RGB value is (188,113,50). Sum of RGB (Red+Green+Blue) = 188+113+50=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7132 is #438ECD. Grayscale: #808080. Windows color (decimal): -4427470 or 3305916. OLE color: 3305916.
HSL color Cylindrical-coordinate representation of color #BC7132: hue angle of 27.39º 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 #BC7132 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 50 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.26 |
| HSL | 27.39º | 0.58% | 0.47% | - |
| HSV(B) | 27.39º | 0.73% | 0.74% | - |
| XYZ | 27.22 | 22.73 | 5.97 | - |
| YUV | 128.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 50 | 0 | 0.40 | 0.73 | 0.26 | 27.39 | 0.58 | 0.47 |
| Hex | BC | 71 | 32 | 0 | 28 | 49 | 1A | 1B | 3A | 2F |
| Octal | 274 | 161 | 62 | 0 | 50 | 111 | 32 | 33 | 72 | 57 |
| Binary | 10111100 | 1110001 | 110010 | 0 | 101000 | 1001001 | 11010 | 11011 | 111010 | 101111 |
Color Harmonies of #BC7132
Complementary color
Monochromatic Colors of #BC7132
Black with #BC7132
Text Example
Text Example
White with #BC7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7132; }
p { color: rgb(188,113,50); }
H1.HeaderClassName
{
color: #BC7132;
}
.AnyTagClassName
{
color: #BC7132;
}
</style>
background-color css
<style>
a { background-color: #BC7132; }
a { background-color: rgb(188,113,50); }
div.DivClassName
{
background-color: #BC7132;
}
.BgClassName
{
background-color: #BC7132;
}
</style>
border-color css
<style>
span { border-color: #BC7132; }
span { border-color: rgb(188,113,50); }
td.TdClassName
{
border-color: #BC7132;
}
.TagClassName
{
border-color: #BC7132;
}
</style>