Shades of Smoke Tree #BA6336
Tints of Smoke Tree #BA6336
RGB
CMYK
RGB Variations
Color information
#BA6336 (or 0xBA6336) is known color: Smoke Tree. HEX triplet: BA, 63 and 36. RGB value is (186,99,54). Sum of RGB (Red+Green+Blue) = 186+99+54=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6336 is #459CC9. Grayscale: #787878. Windows color (decimal): -4562122 or 3564474. OLE color: 3564474.
HSL color Cylindrical-coordinate representation of color #BA6336: hue angle of 20.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA6336 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 54 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.27 |
| HSL | 20.45º | 0.55% | 0.47% | - |
| HSV(B) | 20.45º | 0.71% | 0.73% | - |
| XYZ | 25.38 | 19.63 | 5.94 | - |
| YUV | 119.88 | 90.82 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 54 | 0 | 0.47 | 0.71 | 0.27 | 20.45 | 0.55 | 0.47 |
| Hex | BA | 63 | 36 | 0 | 2F | 47 | 1B | 14 | 37 | 2F |
| Octal | 272 | 143 | 66 | 0 | 57 | 107 | 33 | 24 | 67 | 57 |
| Binary | 10111010 | 1100011 | 110110 | 0 | 101111 | 1000111 | 11011 | 10100 | 110111 | 101111 |
Color Harmonies of #BA6336
Complementary color
Monochromatic Colors of #BA6336
Black with #BA6336
Text Example
Text Example
White with #BA6336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6336; }
p { color: rgb(186,99,54); }
H1.HeaderClassName
{
color: #BA6336;
}
.AnyTagClassName
{
color: #BA6336;
}
</style>
background-color css
<style>
a { background-color: #BA6336; }
a { background-color: rgb(186,99,54); }
div.DivClassName
{
background-color: #BA6336;
}
.BgClassName
{
background-color: #BA6336;
}
</style>
border-color css
<style>
span { border-color: #BA6336; }
span { border-color: rgb(186,99,54); }
td.TdClassName
{
border-color: #BA6336;
}
.TagClassName
{
border-color: #BA6336;
}
</style>