Shades of Smoke Tree #BA6736
Tints of Smoke Tree #BA6736
RGB
CMYK
RGB Variations
Color information
#BA6736 (or 0xBA6736) is known color: Smoke Tree. HEX triplet: BA, 67 and 36. RGB value is (186,103,54). Sum of RGB (Red+Green+Blue) = 186+103+54=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6736 is #4598C9. Grayscale: #7A7A7A. Windows color (decimal): -4561098 or 3565498. OLE color: 3565498.
HSL color Cylindrical-coordinate representation of color #BA6736: hue angle of 22.27º 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 #BA6736 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 54 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.27 |
| HSL | 22.27º | 0.55% | 0.47% | - |
| HSV(B) | 22.27º | 0.71% | 0.73% | - |
| XYZ | 25.77 | 20.41 | 6.07 | - |
| YUV | 122.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 54 | 0 | 0.45 | 0.71 | 0.27 | 22.27 | 0.55 | 0.47 |
| Hex | BA | 67 | 36 | 0 | 2D | 47 | 1B | 16 | 37 | 2F |
| Octal | 272 | 147 | 66 | 0 | 55 | 107 | 33 | 26 | 67 | 57 |
| Binary | 10111010 | 1100111 | 110110 | 0 | 101101 | 1000111 | 11011 | 10110 | 110111 | 101111 |
Color Harmonies of #BA6736
Complementary color
Monochromatic Colors of #BA6736
Black with #BA6736
Text Example
Text Example
White with #BA6736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6736; }
p { color: rgb(186,103,54); }
H1.HeaderClassName
{
color: #BA6736;
}
.AnyTagClassName
{
color: #BA6736;
}
</style>
background-color css
<style>
a { background-color: #BA6736; }
a { background-color: rgb(186,103,54); }
div.DivClassName
{
background-color: #BA6736;
}
.BgClassName
{
background-color: #BA6736;
}
</style>
border-color css
<style>
span { border-color: #BA6736; }
span { border-color: rgb(186,103,54); }
td.TdClassName
{
border-color: #BA6736;
}
.TagClassName
{
border-color: #BA6736;
}
</style>