Shades of Smoke Tree #BA5E37
Tints of Smoke Tree #BA5E37
RGB
CMYK
RGB Variations
Color information
#BA5E37 (or 0xBA5E37) is known color: Smoke Tree. HEX triplet: BA, 5E and 37. RGB value is (186,94,55). Sum of RGB (Red+Green+Blue) = 186+94+55=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E37 is #45A1C8. Grayscale: #757575. Windows color (decimal): -4563401 or 3628730. OLE color: 3628730.
HSL color Cylindrical-coordinate representation of color #BA5E37: hue angle of 17.86º 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 #BA5E37 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 55 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.27 |
| HSL | 17.86º | 0.54% | 0.47% | - |
| HSV(B) | 17.86º | 0.7% | 0.73% | - |
| XYZ | 24.94 | 18.72 | 5.91 | - |
| YUV | 117.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 55 | 0 | 0.49 | 0.70 | 0.27 | 17.86 | 0.54 | 0.47 |
| Hex | BA | 5E | 37 | 0 | 31 | 46 | 1B | 12 | 36 | 2F |
| Octal | 272 | 136 | 67 | 0 | 61 | 106 | 33 | 22 | 66 | 57 |
| Binary | 10111010 | 1011110 | 110111 | 0 | 110001 | 1000110 | 11011 | 10010 | 110110 | 101111 |
Color Harmonies of #BA5E37
Complementary color
Monochromatic Colors of #BA5E37
Black with #BA5E37
Text Example
Text Example
White with #BA5E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E37; }
p { color: rgb(186,94,55); }
H1.HeaderClassName
{
color: #BA5E37;
}
.AnyTagClassName
{
color: #BA5E37;
}
</style>
background-color css
<style>
a { background-color: #BA5E37; }
a { background-color: rgb(186,94,55); }
div.DivClassName
{
background-color: #BA5E37;
}
.BgClassName
{
background-color: #BA5E37;
}
</style>
border-color css
<style>
span { border-color: #BA5E37; }
span { border-color: rgb(186,94,55); }
td.TdClassName
{
border-color: #BA5E37;
}
.TagClassName
{
border-color: #BA5E37;
}
</style>