Shades of Meteor #BC6E29
Tints of Meteor #BC6E29
RGB
CMYK
RGB Variations
Color information
#BC6E29 (or 0xBC6E29) is known color: Meteor. HEX triplet: BC, 6E and 29. RGB value is (188,110,41). Sum of RGB (Red+Green+Blue) = 188+110+41=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6E29 is #4391D6. Grayscale: #7D7D7D. Windows color (decimal): -4428247 or 2715324. OLE color: 2715324.
HSL color Cylindrical-coordinate representation of color #BC6E29: hue angle of 28.16º 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 #BC6E29 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 41 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.26 |
| HSL | 28.16º | 0.64% | 0.45% | - |
| HSV(B) | 28.16º | 0.78% | 0.74% | - |
| XYZ | 26.72 | 22 | 4.94 | - |
| YUV | 125.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 41 | 0 | 0.41 | 0.78 | 0.26 | 28.16 | 0.64 | 0.45 |
| Hex | BC | 6E | 29 | 0 | 29 | 4E | 1A | 1C | 40 | 2D |
| Octal | 274 | 156 | 51 | 0 | 51 | 116 | 32 | 34 | 100 | 55 |
| Binary | 10111100 | 1101110 | 101001 | 0 | 101001 | 1001110 | 11010 | 11100 | 1000000 | 101101 |
Color Harmonies of #BC6E29
Complementary color
Monochromatic Colors of #BC6E29
Black with #BC6E29
Text Example
Text Example
White with #BC6E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E29; }
p { color: rgb(188,110,41); }
H1.HeaderClassName
{
color: #BC6E29;
}
.AnyTagClassName
{
color: #BC6E29;
}
</style>
background-color css
<style>
a { background-color: #BC6E29; }
a { background-color: rgb(188,110,41); }
div.DivClassName
{
background-color: #BC6E29;
}
.BgClassName
{
background-color: #BC6E29;
}
</style>
border-color css
<style>
span { border-color: #BC6E29; }
span { border-color: rgb(188,110,41); }
td.TdClassName
{
border-color: #BC6E29;
}
.TagClassName
{
border-color: #BC6E29;
}
</style>