Shades of Meteor #BC712F
Tints of Meteor #BC712F
RGB
CMYK
RGB Variations
Color information
#BC712F (or 0xBC712F) is known color: Meteor. HEX triplet: BC, 71 and 2F. RGB value is (188,113,47). Sum of RGB (Red+Green+Blue) = 188+113+47=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC712F is #438ED0. Grayscale: #808080. Windows color (decimal): -4427473 or 3109308. OLE color: 3109308.
HSL color Cylindrical-coordinate representation of color #BC712F: hue angle of 28.09º 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 #BC712F is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 47 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.26 |
| HSL | 28.09º | 0.6% | 0.46% | - |
| HSV(B) | 28.09º | 0.75% | 0.74% | - |
| XYZ | 27.16 | 22.71 | 5.64 | - |
| YUV | 127.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 47 | 0 | 0.40 | 0.75 | 0.26 | 28.09 | 0.6 | 0.46 |
| Hex | BC | 71 | 2F | 0 | 28 | 4B | 1A | 1C | 3C | 2E |
| Octal | 274 | 161 | 57 | 0 | 50 | 113 | 32 | 34 | 74 | 56 |
| Binary | 10111100 | 1110001 | 101111 | 0 | 101000 | 1001011 | 11010 | 11100 | 111100 | 101110 |
Color Harmonies of #BC712F
Complementary color
Monochromatic Colors of #BC712F
Black with #BC712F
Text Example
Text Example
White with #BC712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC712F; }
p { color: rgb(188,113,47); }
H1.HeaderClassName
{
color: #BC712F;
}
.AnyTagClassName
{
color: #BC712F;
}
</style>
background-color css
<style>
a { background-color: #BC712F; }
a { background-color: rgb(188,113,47); }
div.DivClassName
{
background-color: #BC712F;
}
.BgClassName
{
background-color: #BC712F;
}
</style>
border-color css
<style>
span { border-color: #BC712F; }
span { border-color: rgb(188,113,47); }
td.TdClassName
{
border-color: #BC712F;
}
.TagClassName
{
border-color: #BC712F;
}
</style>