Shades of Smoke Tree #BA5634
Tints of Smoke Tree #BA5634
RGB
CMYK
RGB Variations
Color information
#BA5634 (or 0xBA5634) is known color: Smoke Tree. HEX triplet: BA, 56 and 34. RGB value is (186,86,52). Sum of RGB (Red+Green+Blue) = 186+86+52=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5634 is #45A9CB. Grayscale: #707070. Windows color (decimal): -4565452 or 3430074. OLE color: 3430074.
HSL color Cylindrical-coordinate representation of color #BA5634: hue angle of 15.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA5634 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 52 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.27 |
| HSL | 15.22º | 0.56% | 0.47% | - |
| HSV(B) | 15.22º | 0.72% | 0.73% | - |
| XYZ | 24.2 | 17.34 | 5.32 | - |
| YUV | 112.02 | 94.13 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 52 | 0 | 0.54 | 0.72 | 0.27 | 15.22 | 0.56 | 0.47 |
| Hex | BA | 56 | 34 | 0 | 36 | 48 | 1B | F | 38 | 2F |
| Octal | 272 | 126 | 64 | 0 | 66 | 110 | 33 | 17 | 70 | 57 |
| Binary | 10111010 | 1010110 | 110100 | 0 | 110110 | 1001000 | 11011 | 1111 | 111000 | 101111 |
Color Harmonies of #BA5634
Complementary color
Monochromatic Colors of #BA5634
Black with #BA5634
Text Example
Text Example
White with #BA5634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5634; }
p { color: rgb(186,86,52); }
H1.HeaderClassName
{
color: #BA5634;
}
.AnyTagClassName
{
color: #BA5634;
}
</style>
background-color css
<style>
a { background-color: #BA5634; }
a { background-color: rgb(186,86,52); }
div.DivClassName
{
background-color: #BA5634;
}
.BgClassName
{
background-color: #BA5634;
}
</style>
border-color css
<style>
span { border-color: #BA5634; }
span { border-color: rgb(186,86,52); }
td.TdClassName
{
border-color: #BA5634;
}
.TagClassName
{
border-color: #BA5634;
}
</style>