Shades of Meteor #BA6D2C
Tints of Meteor #BA6D2C
RGB
CMYK
RGB Variations
Color information
#BA6D2C (or 0xBA6D2C) is known color: Meteor. HEX triplet: BA, 6D and 2C. RGB value is (186,109,44). Sum of RGB (Red+Green+Blue) = 186+109+44=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D2C is #4592D3. Grayscale: #7C7C7C. Windows color (decimal): -4559572 or 2911674. OLE color: 2911674.
HSL color Cylindrical-coordinate representation of color #BA6D2C: hue angle of 27.46º 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 #BA6D2C is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 44 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.27 |
| HSL | 27.46º | 0.62% | 0.45% | - |
| HSV(B) | 27.46º | 0.76% | 0.73% | - |
| XYZ | 26.17 | 21.56 | 5.16 | - |
| YUV | 124.61 | 82.51 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 44 | 0 | 0.41 | 0.76 | 0.27 | 27.46 | 0.62 | 0.45 |
| Hex | BA | 6D | 2C | 0 | 29 | 4C | 1B | 1B | 3E | 2D |
| Octal | 272 | 155 | 54 | 0 | 51 | 114 | 33 | 33 | 76 | 55 |
| Binary | 10111010 | 1101101 | 101100 | 0 | 101001 | 1001100 | 11011 | 11011 | 111110 | 101101 |
Color Harmonies of #BA6D2C
Complementary color
Monochromatic Colors of #BA6D2C
Black with #BA6D2C
Text Example
Text Example
White with #BA6D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D2C; }
p { color: rgb(186,109,44); }
H1.HeaderClassName
{
color: #BA6D2C;
}
.AnyTagClassName
{
color: #BA6D2C;
}
</style>
background-color css
<style>
a { background-color: #BA6D2C; }
a { background-color: rgb(186,109,44); }
div.DivClassName
{
background-color: #BA6D2C;
}
.BgClassName
{
background-color: #BA6D2C;
}
</style>
border-color css
<style>
span { border-color: #BA6D2C; }
span { border-color: rgb(186,109,44); }
td.TdClassName
{
border-color: #BA6D2C;
}
.TagClassName
{
border-color: #BA6D2C;
}
</style>