Shades of Smoke Tree #BA5633
Tints of Smoke Tree #BA5633
RGB
CMYK
RGB Variations
Color information
#BA5633 (or 0xBA5633) is known color: Smoke Tree. HEX triplet: BA, 56 and 33. RGB value is (186,86,51). Sum of RGB (Red+Green+Blue) = 186+86+51=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5633 is #45A9CC. Grayscale: #707070. Windows color (decimal): -4565453 or 3364538. OLE color: 3364538.
HSL color Cylindrical-coordinate representation of color #BA5633: hue angle of 15.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA5633 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 51 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.27 |
| HSL | 15.56º | 0.57% | 0.46% | - |
| HSV(B) | 15.56º | 0.73% | 0.73% | - |
| XYZ | 24.18 | 17.33 | 5.2 | - |
| YUV | 111.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 51 | 0 | 0.54 | 0.73 | 0.27 | 15.56 | 0.57 | 0.46 |
| Hex | BA | 56 | 33 | 0 | 36 | 49 | 1B | 10 | 39 | 2E |
| Octal | 272 | 126 | 63 | 0 | 66 | 111 | 33 | 20 | 71 | 56 |
| Binary | 10111010 | 1010110 | 110011 | 0 | 110110 | 1001001 | 11011 | 10000 | 111001 | 101110 |
Color Harmonies of #BA5633
Complementary color
Monochromatic Colors of #BA5633
Black with #BA5633
Text Example
Text Example
White with #BA5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5633; }
p { color: rgb(186,86,51); }
H1.HeaderClassName
{
color: #BA5633;
}
.AnyTagClassName
{
color: #BA5633;
}
</style>
background-color css
<style>
a { background-color: #BA5633; }
a { background-color: rgb(186,86,51); }
div.DivClassName
{
background-color: #BA5633;
}
.BgClassName
{
background-color: #BA5633;
}
</style>
border-color css
<style>
span { border-color: #BA5633; }
span { border-color: rgb(186,86,51); }
td.TdClassName
{
border-color: #BA5633;
}
.TagClassName
{
border-color: #BA5633;
}
</style>