Shades of Meteor #BC7029
Tints of Meteor #BC7029
RGB
CMYK
RGB Variations
Color information
#BC7029 (or 0xBC7029) is known color: Meteor. HEX triplet: BC, 70 and 29. RGB value is (188,112,41). Sum of RGB (Red+Green+Blue) = 188+112+41=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7029 is #438FD6. Grayscale: #7E7E7E. Windows color (decimal): -4427735 or 2715836. OLE color: 2715836.
HSL color Cylindrical-coordinate representation of color #BC7029: hue angle of 28.98º degrees, saturation: 0.64, 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 #BC7029 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 41 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.26 |
| HSL | 28.98º | 0.64% | 0.45% | - |
| HSV(B) | 28.98º | 0.78% | 0.74% | - |
| XYZ | 26.93 | 22.44 | 5.01 | - |
| YUV | 126.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 41 | 0 | 0.40 | 0.78 | 0.26 | 28.98 | 0.64 | 0.45 |
| Hex | BC | 70 | 29 | 0 | 28 | 4E | 1A | 1D | 40 | 2D |
| Octal | 274 | 160 | 51 | 0 | 50 | 116 | 32 | 35 | 100 | 55 |
| Binary | 10111100 | 1110000 | 101001 | 0 | 101000 | 1001110 | 11010 | 11101 | 1000000 | 101101 |
Color Harmonies of #BC7029
Complementary color
Monochromatic Colors of #BC7029
Black with #BC7029
Text Example
Text Example
White with #BC7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7029; }
p { color: rgb(188,112,41); }
H1.HeaderClassName
{
color: #BC7029;
}
.AnyTagClassName
{
color: #BC7029;
}
</style>
background-color css
<style>
a { background-color: #BC7029; }
a { background-color: rgb(188,112,41); }
div.DivClassName
{
background-color: #BC7029;
}
.BgClassName
{
background-color: #BC7029;
}
</style>
border-color css
<style>
span { border-color: #BC7029; }
span { border-color: rgb(188,112,41); }
td.TdClassName
{
border-color: #BC7029;
}
.TagClassName
{
border-color: #BC7029;
}
</style>