Shades of Smoke Tree #BA5638
Tints of Smoke Tree #BA5638
RGB
CMYK
RGB Variations
Color information
#BA5638 (or 0xBA5638) is known color: Smoke Tree. HEX triplet: BA, 56 and 38. RGB value is (186,86,56). Sum of RGB (Red+Green+Blue) = 186+86+56=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5638 is #45A9C7. Grayscale: #707070. Windows color (decimal): -4565448 or 3692218. OLE color: 3692218.
HSL color Cylindrical-coordinate representation of color #BA5638: hue angle of 13.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA5638 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 56 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.27 |
| HSL | 13.85º | 0.54% | 0.47% | - |
| HSV(B) | 13.85º | 0.7% | 0.73% | - |
| XYZ | 24.29 | 17.38 | 5.82 | - |
| YUV | 112.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 56 | 0 | 0.54 | 0.70 | 0.27 | 13.85 | 0.54 | 0.47 |
| Hex | BA | 56 | 38 | 0 | 36 | 46 | 1B | E | 36 | 2F |
| Octal | 272 | 126 | 70 | 0 | 66 | 106 | 33 | 16 | 66 | 57 |
| Binary | 10111010 | 1010110 | 111000 | 0 | 110110 | 1000110 | 11011 | 1110 | 110110 | 101111 |
Color Harmonies of #BA5638
Complementary color
Monochromatic Colors of #BA5638
Black with #BA5638
Text Example
Text Example
White with #BA5638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5638; }
p { color: rgb(186,86,56); }
H1.HeaderClassName
{
color: #BA5638;
}
.AnyTagClassName
{
color: #BA5638;
}
</style>
background-color css
<style>
a { background-color: #BA5638; }
a { background-color: rgb(186,86,56); }
div.DivClassName
{
background-color: #BA5638;
}
.BgClassName
{
background-color: #BA5638;
}
</style>
border-color css
<style>
span { border-color: #BA5638; }
span { border-color: rgb(186,86,56); }
td.TdClassName
{
border-color: #BA5638;
}
.TagClassName
{
border-color: #BA5638;
}
</style>