Shades of Meteor #BA6C2C
Tints of Meteor #BA6C2C
RGB
CMYK
RGB Variations
Color information
#BA6C2C (or 0xBA6C2C) is known color: Meteor. HEX triplet: BA, 6C and 2C. RGB value is (186,108,44). Sum of RGB (Red+Green+Blue) = 186+108+44=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C2C is #4593D3. Grayscale: #7C7C7C. Windows color (decimal): -4559828 or 2911418. OLE color: 2911418.
HSL color Cylindrical-coordinate representation of color #BA6C2C: hue angle of 27.04º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA6C2C is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 44 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.27 |
| HSL | 27.04º | 0.62% | 0.45% | - |
| HSV(B) | 27.04º | 0.76% | 0.73% | - |
| XYZ | 26.07 | 21.35 | 5.13 | - |
| YUV | 124.03 | 82.84 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 44 | 0 | 0.42 | 0.76 | 0.27 | 27.04 | 0.62 | 0.45 |
| Hex | BA | 6C | 2C | 0 | 2A | 4C | 1B | 1B | 3E | 2D |
| Octal | 272 | 154 | 54 | 0 | 52 | 114 | 33 | 33 | 76 | 55 |
| Binary | 10111010 | 1101100 | 101100 | 0 | 101010 | 1001100 | 11011 | 11011 | 111110 | 101101 |
Color Harmonies of #BA6C2C
Complementary color
Monochromatic Colors of #BA6C2C
Black with #BA6C2C
Text Example
Text Example
White with #BA6C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C2C; }
p { color: rgb(186,108,44); }
H1.HeaderClassName
{
color: #BA6C2C;
}
.AnyTagClassName
{
color: #BA6C2C;
}
</style>
background-color css
<style>
a { background-color: #BA6C2C; }
a { background-color: rgb(186,108,44); }
div.DivClassName
{
background-color: #BA6C2C;
}
.BgClassName
{
background-color: #BA6C2C;
}
</style>
border-color css
<style>
span { border-color: #BA6C2C; }
span { border-color: rgb(186,108,44); }
td.TdClassName
{
border-color: #BA6C2C;
}
.TagClassName
{
border-color: #BA6C2C;
}
</style>