Shades of Smoke Tree #BA6034
Tints of Smoke Tree #BA6034
RGB
CMYK
RGB Variations
Color information
#BA6034 (or 0xBA6034) is known color: Smoke Tree. HEX triplet: BA, 60 and 34. RGB value is (186,96,52). Sum of RGB (Red+Green+Blue) = 186+96+52=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6034 is #459FCB. Grayscale: #767676. Windows color (decimal): -4562892 or 3432634. OLE color: 3432634.
HSL color Cylindrical-coordinate representation of color #BA6034: hue angle of 19.7º 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 #BA6034 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 52 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.27 |
| HSL | 19.7º | 0.56% | 0.47% | - |
| HSV(B) | 19.7º | 0.72% | 0.73% | - |
| XYZ | 25.05 | 19.05 | 5.61 | - |
| YUV | 117.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 52 | 0 | 0.48 | 0.72 | 0.27 | 19.7 | 0.56 | 0.47 |
| Hex | BA | 60 | 34 | 0 | 30 | 48 | 1B | 14 | 38 | 2F |
| Octal | 272 | 140 | 64 | 0 | 60 | 110 | 33 | 24 | 70 | 57 |
| Binary | 10111010 | 1100000 | 110100 | 0 | 110000 | 1001000 | 11011 | 10100 | 111000 | 101111 |
Color Harmonies of #BA6034
Complementary color
Monochromatic Colors of #BA6034
Black with #BA6034
Text Example
Text Example
White with #BA6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6034; }
p { color: rgb(186,96,52); }
H1.HeaderClassName
{
color: #BA6034;
}
.AnyTagClassName
{
color: #BA6034;
}
</style>
background-color css
<style>
a { background-color: #BA6034; }
a { background-color: rgb(186,96,52); }
div.DivClassName
{
background-color: #BA6034;
}
.BgClassName
{
background-color: #BA6034;
}
</style>
border-color css
<style>
span { border-color: #BA6034; }
span { border-color: rgb(186,96,52); }
td.TdClassName
{
border-color: #BA6034;
}
.TagClassName
{
border-color: #BA6034;
}
</style>