Shades of Smoke Tree #BA6135
Tints of Smoke Tree #BA6135
RGB
CMYK
RGB Variations
Color information
#BA6135 (or 0xBA6135) is known color: Smoke Tree. HEX triplet: BA, 61 and 35. RGB value is (186,97,53). Sum of RGB (Red+Green+Blue) = 186+97+53=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6135 is #459ECA. Grayscale: #767676. Windows color (decimal): -4562635 or 3498426. OLE color: 3498426.
HSL color Cylindrical-coordinate representation of color #BA6135: hue angle of 19.85º 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 #BA6135 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 53 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.27 |
| HSL | 19.85º | 0.56% | 0.47% | - |
| HSV(B) | 19.85º | 0.72% | 0.73% | - |
| XYZ | 25.17 | 19.25 | 5.76 | - |
| YUV | 118.6 | 90.99 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 53 | 0 | 0.48 | 0.72 | 0.27 | 19.85 | 0.56 | 0.47 |
| Hex | BA | 61 | 35 | 0 | 30 | 48 | 1B | 14 | 38 | 2F |
| Octal | 272 | 141 | 65 | 0 | 60 | 110 | 33 | 24 | 70 | 57 |
| Binary | 10111010 | 1100001 | 110101 | 0 | 110000 | 1001000 | 11011 | 10100 | 111000 | 101111 |
Color Harmonies of #BA6135
Complementary color
Monochromatic Colors of #BA6135
Black with #BA6135
Text Example
Text Example
White with #BA6135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6135; }
p { color: rgb(186,97,53); }
H1.HeaderClassName
{
color: #BA6135;
}
.AnyTagClassName
{
color: #BA6135;
}
</style>
background-color css
<style>
a { background-color: #BA6135; }
a { background-color: rgb(186,97,53); }
div.DivClassName
{
background-color: #BA6135;
}
.BgClassName
{
background-color: #BA6135;
}
</style>
border-color css
<style>
span { border-color: #BA6135; }
span { border-color: rgb(186,97,53); }
td.TdClassName
{
border-color: #BA6135;
}
.TagClassName
{
border-color: #BA6135;
}
</style>