Shades of Smoke Tree #BA6039
Tints of Smoke Tree #BA6039
RGB
CMYK
RGB Variations
Color information
#BA6039 (or 0xBA6039) is known color: Smoke Tree. HEX triplet: BA, 60 and 39. RGB value is (186,96,57). Sum of RGB (Red+Green+Blue) = 186+96+57=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6039 is #459FC6. Grayscale: #767676. Windows color (decimal): -4562887 or 3760314. OLE color: 3760314.
HSL color Cylindrical-coordinate representation of color #BA6039: hue angle of 18.14º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA6039 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 57 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.27 |
| HSL | 18.14º | 0.53% | 0.48% | - |
| HSV(B) | 18.14º | 0.69% | 0.73% | - |
| XYZ | 25.17 | 19.1 | 6.23 | - |
| YUV | 118.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 57 | 0 | 0.48 | 0.69 | 0.27 | 18.14 | 0.53 | 0.48 |
| Hex | BA | 60 | 39 | 0 | 30 | 45 | 1B | 12 | 35 | 30 |
| Octal | 272 | 140 | 71 | 0 | 60 | 105 | 33 | 22 | 65 | 60 |
| Binary | 10111010 | 1100000 | 111001 | 0 | 110000 | 1000101 | 11011 | 10010 | 110101 | 110000 |
Color Harmonies of #BA6039
Complementary color
Monochromatic Colors of #BA6039
Black with #BA6039
Text Example
Text Example
White with #BA6039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6039; }
p { color: rgb(186,96,57); }
H1.HeaderClassName
{
color: #BA6039;
}
.AnyTagClassName
{
color: #BA6039;
}
</style>
background-color css
<style>
a { background-color: #BA6039; }
a { background-color: rgb(186,96,57); }
div.DivClassName
{
background-color: #BA6039;
}
.BgClassName
{
background-color: #BA6039;
}
</style>
border-color css
<style>
span { border-color: #BA6039; }
span { border-color: rgb(186,96,57); }
td.TdClassName
{
border-color: #BA6039;
}
.TagClassName
{
border-color: #BA6039;
}
</style>