Shades of Smoke Tree #BA6134
Tints of Smoke Tree #BA6134
RGB
CMYK
RGB Variations
Color information
#BA6134 (or 0xBA6134) is known color: Smoke Tree. HEX triplet: BA, 61 and 34. RGB value is (186,97,52). Sum of RGB (Red+Green+Blue) = 186+97+52=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6134 is #459ECB. Grayscale: #767676. Windows color (decimal): -4562636 or 3432890. OLE color: 3432890.
HSL color Cylindrical-coordinate representation of color #BA6134: hue angle of 20.15º 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 #BA6134 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 52 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.27 |
| HSL | 20.15º | 0.56% | 0.47% | - |
| HSV(B) | 20.15º | 0.72% | 0.73% | - |
| XYZ | 25.14 | 19.24 | 5.64 | - |
| YUV | 118.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 52 | 0 | 0.48 | 0.72 | 0.27 | 20.15 | 0.56 | 0.47 |
| Hex | BA | 61 | 34 | 0 | 30 | 48 | 1B | 14 | 38 | 2F |
| Octal | 272 | 141 | 64 | 0 | 60 | 110 | 33 | 24 | 70 | 57 |
| Binary | 10111010 | 1100001 | 110100 | 0 | 110000 | 1001000 | 11011 | 10100 | 111000 | 101111 |
Color Harmonies of #BA6134
Complementary color
Monochromatic Colors of #BA6134
Black with #BA6134
Text Example
Text Example
White with #BA6134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6134; }
p { color: rgb(186,97,52); }
H1.HeaderClassName
{
color: #BA6134;
}
.AnyTagClassName
{
color: #BA6134;
}
</style>
background-color css
<style>
a { background-color: #BA6134; }
a { background-color: rgb(186,97,52); }
div.DivClassName
{
background-color: #BA6134;
}
.BgClassName
{
background-color: #BA6134;
}
</style>
border-color css
<style>
span { border-color: #BA6134; }
span { border-color: rgb(186,97,52); }
td.TdClassName
{
border-color: #BA6134;
}
.TagClassName
{
border-color: #BA6134;
}
</style>