Shades of Smoke Tree #BA5B2F
Tints of Smoke Tree #BA5B2F
RGB
CMYK
RGB Variations
Color information
#BA5B2F (or 0xBA5B2F) is known color: Smoke Tree. HEX triplet: BA, 5B and 2F. RGB value is (186,91,47). Sum of RGB (Red+Green+Blue) = 186+91+47=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B2F is #45A4D0. Grayscale: #727272. Windows color (decimal): -4564177 or 3103674. OLE color: 3103674.
HSL color Cylindrical-coordinate representation of color #BA5B2F: hue angle of 18.99º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA5B2F is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 47 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.27 |
| HSL | 18.99º | 0.6% | 0.46% | - |
| HSV(B) | 18.99º | 0.75% | 0.73% | - |
| XYZ | 24.5 | 18.13 | 4.9 | - |
| YUV | 114.39 | 89.97 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 47 | 0 | 0.51 | 0.75 | 0.27 | 18.99 | 0.6 | 0.46 |
| Hex | BA | 5B | 2F | 0 | 33 | 4B | 1B | 13 | 3C | 2E |
| Octal | 272 | 133 | 57 | 0 | 63 | 113 | 33 | 23 | 74 | 56 |
| Binary | 10111010 | 1011011 | 101111 | 0 | 110011 | 1001011 | 11011 | 10011 | 111100 | 101110 |
Color Harmonies of #BA5B2F
Complementary color
Monochromatic Colors of #BA5B2F
Black with #BA5B2F
Text Example
Text Example
White with #BA5B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B2F; }
p { color: rgb(186,91,47); }
H1.HeaderClassName
{
color: #BA5B2F;
}
.AnyTagClassName
{
color: #BA5B2F;
}
</style>
background-color css
<style>
a { background-color: #BA5B2F; }
a { background-color: rgb(186,91,47); }
div.DivClassName
{
background-color: #BA5B2F;
}
.BgClassName
{
background-color: #BA5B2F;
}
</style>
border-color css
<style>
span { border-color: #BA5B2F; }
span { border-color: rgb(186,91,47); }
td.TdClassName
{
border-color: #BA5B2F;
}
.TagClassName
{
border-color: #BA5B2F;
}
</style>