Shades of Smoke Tree #BA5831
Tints of Smoke Tree #BA5831
RGB
CMYK
RGB Variations
Color information
#BA5831 (or 0xBA5831) is known color: Smoke Tree. HEX triplet: BA, 58 and 31. RGB value is (186,88,49). Sum of RGB (Red+Green+Blue) = 186+88+49=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5831 is #45A7CE. Grayscale: #717171. Windows color (decimal): -4564943 or 3233978. OLE color: 3233978.
HSL color Cylindrical-coordinate representation of color #BA5831: hue angle of 17.08º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA5831 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 49 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.27 |
| HSL | 17.08º | 0.58% | 0.46% | - |
| HSV(B) | 17.08º | 0.74% | 0.73% | - |
| XYZ | 24.29 | 17.64 | 5.03 | - |
| YUV | 112.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 49 | 0 | 0.53 | 0.74 | 0.27 | 17.08 | 0.58 | 0.46 |
| Hex | BA | 58 | 31 | 0 | 35 | 4A | 1B | 11 | 3A | 2E |
| Octal | 272 | 130 | 61 | 0 | 65 | 112 | 33 | 21 | 72 | 56 |
| Binary | 10111010 | 1011000 | 110001 | 0 | 110101 | 1001010 | 11011 | 10001 | 111010 | 101110 |
Color Harmonies of #BA5831
Complementary color
Monochromatic Colors of #BA5831
Black with #BA5831
Text Example
Text Example
White with #BA5831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5831; }
p { color: rgb(186,88,49); }
H1.HeaderClassName
{
color: #BA5831;
}
.AnyTagClassName
{
color: #BA5831;
}
</style>
background-color css
<style>
a { background-color: #BA5831; }
a { background-color: rgb(186,88,49); }
div.DivClassName
{
background-color: #BA5831;
}
.BgClassName
{
background-color: #BA5831;
}
</style>
border-color css
<style>
span { border-color: #BA5831; }
span { border-color: rgb(186,88,49); }
td.TdClassName
{
border-color: #BA5831;
}
.TagClassName
{
border-color: #BA5831;
}
</style>