Shades of Meteor #BC7532
Tints of Meteor #BC7532
RGB
CMYK
RGB Variations
Color information
#BC7532 (or 0xBC7532) is known color: Meteor. HEX triplet: BC, 75 and 32. RGB value is (188,117,50). Sum of RGB (Red+Green+Blue) = 188+117+50=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7532 is #438ACD. Grayscale: #828282. Windows color (decimal): -4426446 or 3306940. OLE color: 3306940.
HSL color Cylindrical-coordinate representation of color #BC7532: hue angle of 29.13º 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 #BC7532 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 50 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.26 |
| HSL | 29.13º | 0.58% | 0.47% | - |
| HSV(B) | 29.13º | 0.73% | 0.74% | - |
| XYZ | 27.68 | 23.64 | 6.12 | - |
| YUV | 130.59 | 82.52 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 50 | 0 | 0.38 | 0.73 | 0.26 | 29.13 | 0.58 | 0.47 |
| Hex | BC | 75 | 32 | 0 | 26 | 49 | 1A | 1D | 3A | 2F |
| Octal | 274 | 165 | 62 | 0 | 46 | 111 | 32 | 35 | 72 | 57 |
| Binary | 10111100 | 1110101 | 110010 | 0 | 100110 | 1001001 | 11010 | 11101 | 111010 | 101111 |
Color Harmonies of #BC7532
Complementary color
Monochromatic Colors of #BC7532
Black with #BC7532
Text Example
Text Example
White with #BC7532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7532; }
p { color: rgb(188,117,50); }
H1.HeaderClassName
{
color: #BC7532;
}
.AnyTagClassName
{
color: #BC7532;
}
</style>
background-color css
<style>
a { background-color: #BC7532; }
a { background-color: rgb(188,117,50); }
div.DivClassName
{
background-color: #BC7532;
}
.BgClassName
{
background-color: #BC7532;
}
</style>
border-color css
<style>
span { border-color: #BC7532; }
span { border-color: rgb(188,117,50); }
td.TdClassName
{
border-color: #BC7532;
}
.TagClassName
{
border-color: #BC7532;
}
</style>