Shades of Smoke Tree #BA6131
Tints of Smoke Tree #BA6131
RGB
CMYK
RGB Variations
Color information
#BA6131 (or 0xBA6131) is known color: Smoke Tree. HEX triplet: BA, 61 and 31. RGB value is (186,97,49). Sum of RGB (Red+Green+Blue) = 186+97+49=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6131 is #459ECE. Grayscale: #767676. Windows color (decimal): -4562639 or 3236282. OLE color: 3236282.
HSL color Cylindrical-coordinate representation of color #BA6131: hue angle of 21.02º 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 #BA6131 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 49 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.27 |
| HSL | 21.02º | 0.58% | 0.46% | - |
| HSV(B) | 21.02º | 0.74% | 0.73% | - |
| XYZ | 25.08 | 19.21 | 5.29 | - |
| YUV | 118.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 49 | 0 | 0.48 | 0.74 | 0.27 | 21.02 | 0.58 | 0.46 |
| Hex | BA | 61 | 31 | 0 | 30 | 4A | 1B | 15 | 3A | 2E |
| Octal | 272 | 141 | 61 | 0 | 60 | 112 | 33 | 25 | 72 | 56 |
| Binary | 10111010 | 1100001 | 110001 | 0 | 110000 | 1001010 | 11011 | 10101 | 111010 | 101110 |
Color Harmonies of #BA6131
Complementary color
Monochromatic Colors of #BA6131
Black with #BA6131
Text Example
Text Example
White with #BA6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6131; }
p { color: rgb(186,97,49); }
H1.HeaderClassName
{
color: #BA6131;
}
.AnyTagClassName
{
color: #BA6131;
}
</style>
background-color css
<style>
a { background-color: #BA6131; }
a { background-color: rgb(186,97,49); }
div.DivClassName
{
background-color: #BA6131;
}
.BgClassName
{
background-color: #BA6131;
}
</style>
border-color css
<style>
span { border-color: #BA6131; }
span { border-color: rgb(186,97,49); }
td.TdClassName
{
border-color: #BA6131;
}
.TagClassName
{
border-color: #BA6131;
}
</style>