Shades of Smoke Tree #BA593A
Tints of Smoke Tree #BA593A
RGB
CMYK
RGB Variations
Color information
#BA593A (or 0xBA593A) is known color: Smoke Tree. HEX triplet: BA, 59 and 3A. RGB value is (186,89,58). Sum of RGB (Red+Green+Blue) = 186+89+58=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA593A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA593A is #45A6C5. Grayscale: #727272. Windows color (decimal): -4564678 or 3824058. OLE color: 3824058.
HSL color Cylindrical-coordinate representation of color #BA593A: hue angle of 14.53º degrees, saturation: 0.52, 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 #BA593A is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 58 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.27 |
| HSL | 14.53º | 0.52% | 0.48% | - |
| HSV(B) | 14.53º | 0.69% | 0.73% | - |
| XYZ | 24.59 | 17.89 | 6.16 | - |
| YUV | 114.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 58 | 0 | 0.52 | 0.69 | 0.27 | 14.53 | 0.52 | 0.48 |
| Hex | BA | 59 | 3A | 0 | 34 | 45 | 1B | F | 34 | 30 |
| Octal | 272 | 131 | 72 | 0 | 64 | 105 | 33 | 17 | 64 | 60 |
| Binary | 10111010 | 1011001 | 111010 | 0 | 110100 | 1000101 | 11011 | 1111 | 110100 | 110000 |
Color Harmonies of #BA593A
Complementary color
Monochromatic Colors of #BA593A
Black with #BA593A
Text Example
Text Example
White with #BA593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA593A; }
p { color: rgb(186,89,58); }
H1.HeaderClassName
{
color: #BA593A;
}
.AnyTagClassName
{
color: #BA593A;
}
</style>
background-color css
<style>
a { background-color: #BA593A; }
a { background-color: rgb(186,89,58); }
div.DivClassName
{
background-color: #BA593A;
}
.BgClassName
{
background-color: #BA593A;
}
</style>
border-color css
<style>
span { border-color: #BA593A; }
span { border-color: rgb(186,89,58); }
td.TdClassName
{
border-color: #BA593A;
}
.TagClassName
{
border-color: #BA593A;
}
</style>