Shades of Meteor #BC702F
Tints of Meteor #BC702F
RGB
CMYK
RGB Variations
Color information
#BC702F (or 0xBC702F) is known color: Meteor. HEX triplet: BC, 70 and 2F. RGB value is (188,112,47). Sum of RGB (Red+Green+Blue) = 188+112+47=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC702F is #438FD0. Grayscale: #7F7F7F. Windows color (decimal): -4427729 or 3109052. OLE color: 3109052.
HSL color Cylindrical-coordinate representation of color #BC702F: hue angle of 27.66º 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 #BC702F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 47 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.26 |
| HSL | 27.66º | 0.6% | 0.46% | - |
| HSV(B) | 27.66º | 0.75% | 0.74% | - |
| XYZ | 27.05 | 22.48 | 5.6 | - |
| YUV | 127.31 | 82.68 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 47 | 0 | 0.40 | 0.75 | 0.26 | 27.66 | 0.6 | 0.46 |
| Hex | BC | 70 | 2F | 0 | 28 | 4B | 1A | 1C | 3C | 2E |
| Octal | 274 | 160 | 57 | 0 | 50 | 113 | 32 | 34 | 74 | 56 |
| Binary | 10111100 | 1110000 | 101111 | 0 | 101000 | 1001011 | 11010 | 11100 | 111100 | 101110 |
Color Harmonies of #BC702F
Complementary color
Monochromatic Colors of #BC702F
Black with #BC702F
Text Example
Text Example
White with #BC702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC702F; }
p { color: rgb(188,112,47); }
H1.HeaderClassName
{
color: #BC702F;
}
.AnyTagClassName
{
color: #BC702F;
}
</style>
background-color css
<style>
a { background-color: #BC702F; }
a { background-color: rgb(188,112,47); }
div.DivClassName
{
background-color: #BC702F;
}
.BgClassName
{
background-color: #BC702F;
}
</style>
border-color css
<style>
span { border-color: #BC702F; }
span { border-color: rgb(188,112,47); }
td.TdClassName
{
border-color: #BC702F;
}
.TagClassName
{
border-color: #BC702F;
}
</style>