Shades of Smoke Tree #BA5837
Tints of Smoke Tree #BA5837
RGB
CMYK
RGB Variations
Color information
#BA5837 (or 0xBA5837) is known color: Smoke Tree. HEX triplet: BA, 58 and 37. RGB value is (186,88,55). Sum of RGB (Red+Green+Blue) = 186+88+55=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5837 is #45A7C8. Grayscale: #717171. Windows color (decimal): -4564937 or 3627194. OLE color: 3627194.
HSL color Cylindrical-coordinate representation of color #BA5837: hue angle of 15.11º 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 #BA5837 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 55 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.27 |
| HSL | 15.11º | 0.54% | 0.47% | - |
| HSV(B) | 15.11º | 0.7% | 0.73% | - |
| XYZ | 24.43 | 17.69 | 5.74 | - |
| YUV | 113.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 55 | 0 | 0.53 | 0.70 | 0.27 | 15.11 | 0.54 | 0.47 |
| Hex | BA | 58 | 37 | 0 | 35 | 46 | 1B | F | 36 | 2F |
| Octal | 272 | 130 | 67 | 0 | 65 | 106 | 33 | 17 | 66 | 57 |
| Binary | 10111010 | 1011000 | 110111 | 0 | 110101 | 1000110 | 11011 | 1111 | 110110 | 101111 |
Color Harmonies of #BA5837
Complementary color
Monochromatic Colors of #BA5837
Black with #BA5837
Text Example
Text Example
White with #BA5837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5837; }
p { color: rgb(186,88,55); }
H1.HeaderClassName
{
color: #BA5837;
}
.AnyTagClassName
{
color: #BA5837;
}
</style>
background-color css
<style>
a { background-color: #BA5837; }
a { background-color: rgb(186,88,55); }
div.DivClassName
{
background-color: #BA5837;
}
.BgClassName
{
background-color: #BA5837;
}
</style>
border-color css
<style>
span { border-color: #BA5837; }
span { border-color: rgb(186,88,55); }
td.TdClassName
{
border-color: #BA5837;
}
.TagClassName
{
border-color: #BA5837;
}
</style>