Shades of Meteor #BC712E
Tints of Meteor #BC712E
RGB
CMYK
RGB Variations
Color information
#BC712E (or 0xBC712E) is known color: Meteor. HEX triplet: BC, 71 and 2E. RGB value is (188,113,46). Sum of RGB (Red+Green+Blue) = 188+113+46=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC712E is #438ED1. Grayscale: #808080. Windows color (decimal): -4427474 or 3043772. OLE color: 3043772.
HSL color Cylindrical-coordinate representation of color #BC712E: hue angle of 28.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC712E is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 46 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.26 |
| HSL | 28.31º | 0.61% | 0.46% | - |
| HSV(B) | 28.31º | 0.76% | 0.74% | - |
| XYZ | 27.14 | 22.7 | 5.54 | - |
| YUV | 127.79 | 81.85 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 46 | 0 | 0.40 | 0.76 | 0.26 | 28.31 | 0.61 | 0.46 |
| Hex | BC | 71 | 2E | 0 | 28 | 4C | 1A | 1C | 3D | 2E |
| Octal | 274 | 161 | 56 | 0 | 50 | 114 | 32 | 34 | 75 | 56 |
| Binary | 10111100 | 1110001 | 101110 | 0 | 101000 | 1001100 | 11010 | 11100 | 111101 | 101110 |
Color Harmonies of #BC712E
Complementary color
Monochromatic Colors of #BC712E
Black with #BC712E
Text Example
Text Example
White with #BC712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC712E; }
p { color: rgb(188,113,46); }
H1.HeaderClassName
{
color: #BC712E;
}
.AnyTagClassName
{
color: #BC712E;
}
</style>
background-color css
<style>
a { background-color: #BC712E; }
a { background-color: rgb(188,113,46); }
div.DivClassName
{
background-color: #BC712E;
}
.BgClassName
{
background-color: #BC712E;
}
</style>
border-color css
<style>
span { border-color: #BC712E; }
span { border-color: rgb(188,113,46); }
td.TdClassName
{
border-color: #BC712E;
}
.TagClassName
{
border-color: #BC712E;
}
</style>