Shades of Smoke Tree #BA5B2D
Tints of Smoke Tree #BA5B2D
RGB
CMYK
RGB Variations
Color information
#BA5B2D (or 0xBA5B2D) is known color: Smoke Tree. HEX triplet: BA, 5B and 2D. RGB value is (186,91,45). Sum of RGB (Red+Green+Blue) = 186+91+45=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B2D is #45A4D2. Grayscale: #727272. Windows color (decimal): -4564179 or 2972602. OLE color: 2972602.
HSL color Cylindrical-coordinate representation of color #BA5B2D: hue angle of 19.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA5B2D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 45 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.27 |
| HSL | 19.57º | 0.61% | 0.45% | - |
| HSV(B) | 19.57º | 0.76% | 0.73% | - |
| XYZ | 24.46 | 18.11 | 4.69 | - |
| YUV | 114.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 45 | 0 | 0.51 | 0.76 | 0.27 | 19.57 | 0.61 | 0.45 |
| Hex | BA | 5B | 2D | 0 | 33 | 4C | 1B | 14 | 3D | 2D |
| Octal | 272 | 133 | 55 | 0 | 63 | 114 | 33 | 24 | 75 | 55 |
| Binary | 10111010 | 1011011 | 101101 | 0 | 110011 | 1001100 | 11011 | 10100 | 111101 | 101101 |
Color Harmonies of #BA5B2D
Complementary color
Monochromatic Colors of #BA5B2D
Black with #BA5B2D
Text Example
Text Example
White with #BA5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B2D; }
p { color: rgb(186,91,45); }
H1.HeaderClassName
{
color: #BA5B2D;
}
.AnyTagClassName
{
color: #BA5B2D;
}
</style>
background-color css
<style>
a { background-color: #BA5B2D; }
a { background-color: rgb(186,91,45); }
div.DivClassName
{
background-color: #BA5B2D;
}
.BgClassName
{
background-color: #BA5B2D;
}
</style>
border-color css
<style>
span { border-color: #BA5B2D; }
span { border-color: rgb(186,91,45); }
td.TdClassName
{
border-color: #BA5B2D;
}
.TagClassName
{
border-color: #BA5B2D;
}
</style>