Shades of Meteor #BC732F
Tints of Meteor #BC732F
RGB
CMYK
RGB Variations
Color information
#BC732F (or 0xBC732F) is known color: Meteor. HEX triplet: BC, 73 and 2F. RGB value is (188,115,47). Sum of RGB (Red+Green+Blue) = 188+115+47=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC732F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC732F is #438CD0. Grayscale: #818181. Windows color (decimal): -4426961 or 3109820. OLE color: 3109820.
HSL color Cylindrical-coordinate representation of color #BC732F: hue angle of 28.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC732F is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 47 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.26 |
| HSL | 28.94º | 0.6% | 0.46% | - |
| HSV(B) | 28.94º | 0.75% | 0.74% | - |
| XYZ | 27.38 | 23.16 | 5.72 | - |
| YUV | 129.08 | 81.68 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 47 | 0 | 0.39 | 0.75 | 0.26 | 28.94 | 0.6 | 0.46 |
| Hex | BC | 73 | 2F | 0 | 27 | 4B | 1A | 1D | 3C | 2E |
| Octal | 274 | 163 | 57 | 0 | 47 | 113 | 32 | 35 | 74 | 56 |
| Binary | 10111100 | 1110011 | 101111 | 0 | 100111 | 1001011 | 11010 | 11101 | 111100 | 101110 |
Color Harmonies of #BC732F
Complementary color
Monochromatic Colors of #BC732F
Black with #BC732F
Text Example
Text Example
White with #BC732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC732F; }
p { color: rgb(188,115,47); }
H1.HeaderClassName
{
color: #BC732F;
}
.AnyTagClassName
{
color: #BC732F;
}
</style>
background-color css
<style>
a { background-color: #BC732F; }
a { background-color: rgb(188,115,47); }
div.DivClassName
{
background-color: #BC732F;
}
.BgClassName
{
background-color: #BC732F;
}
</style>
border-color css
<style>
span { border-color: #BC732F; }
span { border-color: rgb(188,115,47); }
td.TdClassName
{
border-color: #BC732F;
}
.TagClassName
{
border-color: #BC732F;
}
</style>