Shades of Smoke Tree #BA6235
Tints of Smoke Tree #BA6235
RGB
CMYK
RGB Variations
Color information
#BA6235 (or 0xBA6235) is known color: Smoke Tree. HEX triplet: BA, 62 and 35. RGB value is (186,98,53). Sum of RGB (Red+Green+Blue) = 186+98+53=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6235 is #459DCA. Grayscale: #777777. Windows color (decimal): -4562379 or 3498682. OLE color: 3498682.
HSL color Cylindrical-coordinate representation of color #BA6235: hue angle of 20.3º 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 #BA6235 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 53 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.27 |
| HSL | 20.3º | 0.56% | 0.47% | - |
| HSV(B) | 20.3º | 0.72% | 0.73% | - |
| XYZ | 25.26 | 19.43 | 5.79 | - |
| YUV | 119.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 53 | 0 | 0.47 | 0.72 | 0.27 | 20.3 | 0.56 | 0.47 |
| Hex | BA | 62 | 35 | 0 | 2F | 48 | 1B | 14 | 38 | 2F |
| Octal | 272 | 142 | 65 | 0 | 57 | 110 | 33 | 24 | 70 | 57 |
| Binary | 10111010 | 1100010 | 110101 | 0 | 101111 | 1001000 | 11011 | 10100 | 111000 | 101111 |
Color Harmonies of #BA6235
Complementary color
Monochromatic Colors of #BA6235
Black with #BA6235
Text Example
Text Example
White with #BA6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6235; }
p { color: rgb(186,98,53); }
H1.HeaderClassName
{
color: #BA6235;
}
.AnyTagClassName
{
color: #BA6235;
}
</style>
background-color css
<style>
a { background-color: #BA6235; }
a { background-color: rgb(186,98,53); }
div.DivClassName
{
background-color: #BA6235;
}
.BgClassName
{
background-color: #BA6235;
}
</style>
border-color css
<style>
span { border-color: #BA6235; }
span { border-color: rgb(186,98,53); }
td.TdClassName
{
border-color: #BA6235;
}
.TagClassName
{
border-color: #BA6235;
}
</style>