Shades of Meteor #BC712A
Tints of Meteor #BC712A
RGB
CMYK
RGB Variations
Color information
#BC712A (or 0xBC712A) is known color: Meteor. HEX triplet: BC, 71 and 2A. RGB value is (188,113,42). Sum of RGB (Red+Green+Blue) = 188+113+42=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC712A is #438ED5. Grayscale: #7F7F7F. Windows color (decimal): -4427478 or 2781628. OLE color: 2781628.
HSL color Cylindrical-coordinate representation of color #BC712A: hue angle of 29.18º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC712A is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 42 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.26 |
| HSL | 29.18º | 0.63% | 0.45% | - |
| HSV(B) | 29.18º | 0.78% | 0.74% | - |
| XYZ | 27.06 | 22.67 | 5.14 | - |
| YUV | 127.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 42 | 0 | 0.40 | 0.78 | 0.26 | 29.18 | 0.63 | 0.45 |
| Hex | BC | 71 | 2A | 0 | 28 | 4E | 1A | 1D | 3F | 2D |
| Octal | 274 | 161 | 52 | 0 | 50 | 116 | 32 | 35 | 77 | 55 |
| Binary | 10111100 | 1110001 | 101010 | 0 | 101000 | 1001110 | 11010 | 11101 | 111111 | 101101 |
Color Harmonies of #BC712A
Complementary color
Monochromatic Colors of #BC712A
Black with #BC712A
Text Example
Text Example
White with #BC712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC712A; }
p { color: rgb(188,113,42); }
H1.HeaderClassName
{
color: #BC712A;
}
.AnyTagClassName
{
color: #BC712A;
}
</style>
background-color css
<style>
a { background-color: #BC712A; }
a { background-color: rgb(188,113,42); }
div.DivClassName
{
background-color: #BC712A;
}
.BgClassName
{
background-color: #BC712A;
}
</style>
border-color css
<style>
span { border-color: #BC712A; }
span { border-color: rgb(188,113,42); }
td.TdClassName
{
border-color: #BC712A;
}
.TagClassName
{
border-color: #BC712A;
}
</style>