Shades of Meteor #BA6F29
Tints of Meteor #BA6F29
RGB
CMYK
RGB Variations
Color information
#BA6F29 (or 0xBA6F29) is known color: Meteor. HEX triplet: BA, 6F and 29. RGB value is (186,111,41). Sum of RGB (Red+Green+Blue) = 186+111+41=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F29 is #4590D6. Grayscale: #7D7D7D. Windows color (decimal): -4559063 or 2715578. OLE color: 2715578.
HSL color Cylindrical-coordinate representation of color #BA6F29: hue angle of 28.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA6F29 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 41 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.27 |
| HSL | 28.97º | 0.64% | 0.45% | - |
| HSV(B) | 28.97º | 0.78% | 0.73% | - |
| XYZ | 26.33 | 21.97 | 4.95 | - |
| YUV | 125.45 | 80.35 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 41 | 0 | 0.40 | 0.78 | 0.27 | 28.97 | 0.64 | 0.45 |
| Hex | BA | 6F | 29 | 0 | 28 | 4E | 1B | 1D | 40 | 2D |
| Octal | 272 | 157 | 51 | 0 | 50 | 116 | 33 | 35 | 100 | 55 |
| Binary | 10111010 | 1101111 | 101001 | 0 | 101000 | 1001110 | 11011 | 11101 | 1000000 | 101101 |
Color Harmonies of #BA6F29
Complementary color
Monochromatic Colors of #BA6F29
Black with #BA6F29
Text Example
Text Example
White with #BA6F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F29; }
p { color: rgb(186,111,41); }
H1.HeaderClassName
{
color: #BA6F29;
}
.AnyTagClassName
{
color: #BA6F29;
}
</style>
background-color css
<style>
a { background-color: #BA6F29; }
a { background-color: rgb(186,111,41); }
div.DivClassName
{
background-color: #BA6F29;
}
.BgClassName
{
background-color: #BA6F29;
}
</style>
border-color css
<style>
span { border-color: #BA6F29; }
span { border-color: rgb(186,111,41); }
td.TdClassName
{
border-color: #BA6F29;
}
.TagClassName
{
border-color: #BA6F29;
}
</style>