Shades of Smoke Tree #BA5838
Tints of Smoke Tree #BA5838
RGB
CMYK
RGB Variations
Color information
#BA5838 (or 0xBA5838) is known color: Smoke Tree. HEX triplet: BA, 58 and 38. RGB value is (186,88,56). Sum of RGB (Red+Green+Blue) = 186+88+56=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5838 is #45A7C7. Grayscale: #717171. Windows color (decimal): -4564936 or 3692730. OLE color: 3692730.
HSL color Cylindrical-coordinate representation of color #BA5838: hue angle of 14.77º 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 #BA5838 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 56 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.27 |
| HSL | 14.77º | 0.54% | 0.47% | - |
| HSV(B) | 14.77º | 0.7% | 0.73% | - |
| XYZ | 24.45 | 17.7 | 5.87 | - |
| YUV | 113.65 | 95.47 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 56 | 0 | 0.53 | 0.70 | 0.27 | 14.77 | 0.54 | 0.47 |
| Hex | BA | 58 | 38 | 0 | 35 | 46 | 1B | F | 36 | 2F |
| Octal | 272 | 130 | 70 | 0 | 65 | 106 | 33 | 17 | 66 | 57 |
| Binary | 10111010 | 1011000 | 111000 | 0 | 110101 | 1000110 | 11011 | 1111 | 110110 | 101111 |
Color Harmonies of #BA5838
Complementary color
Monochromatic Colors of #BA5838
Black with #BA5838
Text Example
Text Example
White with #BA5838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5838; }
p { color: rgb(186,88,56); }
H1.HeaderClassName
{
color: #BA5838;
}
.AnyTagClassName
{
color: #BA5838;
}
</style>
background-color css
<style>
a { background-color: #BA5838; }
a { background-color: rgb(186,88,56); }
div.DivClassName
{
background-color: #BA5838;
}
.BgClassName
{
background-color: #BA5838;
}
</style>
border-color css
<style>
span { border-color: #BA5838; }
span { border-color: rgb(186,88,56); }
td.TdClassName
{
border-color: #BA5838;
}
.TagClassName
{
border-color: #BA5838;
}
</style>