Shades of Smoke Tree #BA6339
Tints of Smoke Tree #BA6339
RGB
CMYK
RGB Variations
Color information
#BA6339 (or 0xBA6339) is known color: Smoke Tree. HEX triplet: BA, 63 and 39. RGB value is (186,99,57). Sum of RGB (Red+Green+Blue) = 186+99+57=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6339 is #459CC6. Grayscale: #787878. Windows color (decimal): -4562119 or 3761082. OLE color: 3761082.
HSL color Cylindrical-coordinate representation of color #BA6339: hue angle of 19.53º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA6339 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 57 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.27 |
| HSL | 19.53º | 0.53% | 0.48% | - |
| HSV(B) | 19.53º | 0.69% | 0.73% | - |
| XYZ | 25.45 | 19.66 | 6.32 | - |
| YUV | 120.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 57 | 0 | 0.47 | 0.69 | 0.27 | 19.53 | 0.53 | 0.48 |
| Hex | BA | 63 | 39 | 0 | 2F | 45 | 1B | 14 | 35 | 30 |
| Octal | 272 | 143 | 71 | 0 | 57 | 105 | 33 | 24 | 65 | 60 |
| Binary | 10111010 | 1100011 | 111001 | 0 | 101111 | 1000101 | 11011 | 10100 | 110101 | 110000 |
Color Harmonies of #BA6339
Complementary color
Monochromatic Colors of #BA6339
Black with #BA6339
Text Example
Text Example
White with #BA6339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6339; }
p { color: rgb(186,99,57); }
H1.HeaderClassName
{
color: #BA6339;
}
.AnyTagClassName
{
color: #BA6339;
}
</style>
background-color css
<style>
a { background-color: #BA6339; }
a { background-color: rgb(186,99,57); }
div.DivClassName
{
background-color: #BA6339;
}
.BgClassName
{
background-color: #BA6339;
}
</style>
border-color css
<style>
span { border-color: #BA6339; }
span { border-color: rgb(186,99,57); }
td.TdClassName
{
border-color: #BA6339;
}
.TagClassName
{
border-color: #BA6339;
}
</style>