Shades of Smoke Tree #BA6136
Tints of Smoke Tree #BA6136
RGB
CMYK
RGB Variations
Color information
#BA6136 (or 0xBA6136) is known color: Smoke Tree. HEX triplet: BA, 61 and 36. RGB value is (186,97,54). Sum of RGB (Red+Green+Blue) = 186+97+54=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6136 is #459EC9. Grayscale: #767676. Windows color (decimal): -4562634 or 3563962. OLE color: 3563962.
HSL color Cylindrical-coordinate representation of color #BA6136: hue angle of 19.55º 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 #BA6136 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 54 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.27 |
| HSL | 19.55º | 0.55% | 0.47% | - |
| HSV(B) | 19.55º | 0.71% | 0.73% | - |
| XYZ | 25.19 | 19.25 | 5.88 | - |
| YUV | 118.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 54 | 0 | 0.48 | 0.71 | 0.27 | 19.55 | 0.55 | 0.47 |
| Hex | BA | 61 | 36 | 0 | 30 | 47 | 1B | 14 | 37 | 2F |
| Octal | 272 | 141 | 66 | 0 | 60 | 107 | 33 | 24 | 67 | 57 |
| Binary | 10111010 | 1100001 | 110110 | 0 | 110000 | 1000111 | 11011 | 10100 | 110111 | 101111 |
Color Harmonies of #BA6136
Complementary color
Monochromatic Colors of #BA6136
Black with #BA6136
Text Example
Text Example
White with #BA6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6136; }
p { color: rgb(186,97,54); }
H1.HeaderClassName
{
color: #BA6136;
}
.AnyTagClassName
{
color: #BA6136;
}
</style>
background-color css
<style>
a { background-color: #BA6136; }
a { background-color: rgb(186,97,54); }
div.DivClassName
{
background-color: #BA6136;
}
.BgClassName
{
background-color: #BA6136;
}
</style>
border-color css
<style>
span { border-color: #BA6136; }
span { border-color: rgb(186,97,54); }
td.TdClassName
{
border-color: #BA6136;
}
.TagClassName
{
border-color: #BA6136;
}
</style>