Shades of Smoke Tree #BA592F
Tints of Smoke Tree #BA592F
RGB
CMYK
RGB Variations
Color information
#BA592F (or 0xBA592F) is known color: Smoke Tree. HEX triplet: BA, 59 and 2F. RGB value is (186,89,47). Sum of RGB (Red+Green+Blue) = 186+89+47=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA592F is #45A6D0. Grayscale: #717171. Windows color (decimal): -4564689 or 3103162. OLE color: 3103162.
HSL color Cylindrical-coordinate representation of color #BA592F: hue angle of 18.13º 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 #BA592F is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 47 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.27 |
| HSL | 18.13º | 0.6% | 0.46% | - |
| HSV(B) | 18.13º | 0.75% | 0.73% | - |
| XYZ | 24.34 | 17.79 | 4.84 | - |
| YUV | 113.22 | 90.64 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 47 | 0 | 0.52 | 0.75 | 0.27 | 18.13 | 0.6 | 0.46 |
| Hex | BA | 59 | 2F | 0 | 34 | 4B | 1B | 12 | 3C | 2E |
| Octal | 272 | 131 | 57 | 0 | 64 | 113 | 33 | 22 | 74 | 56 |
| Binary | 10111010 | 1011001 | 101111 | 0 | 110100 | 1001011 | 11011 | 10010 | 111100 | 101110 |
Color Harmonies of #BA592F
Complementary color
Monochromatic Colors of #BA592F
Black with #BA592F
Text Example
Text Example
White with #BA592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA592F; }
p { color: rgb(186,89,47); }
H1.HeaderClassName
{
color: #BA592F;
}
.AnyTagClassName
{
color: #BA592F;
}
</style>
background-color css
<style>
a { background-color: #BA592F; }
a { background-color: rgb(186,89,47); }
div.DivClassName
{
background-color: #BA592F;
}
.BgClassName
{
background-color: #BA592F;
}
</style>
border-color css
<style>
span { border-color: #BA592F; }
span { border-color: rgb(186,89,47); }
td.TdClassName
{
border-color: #BA592F;
}
.TagClassName
{
border-color: #BA592F;
}
</style>