Shades of Smoke Tree #BA5D2D
Tints of Smoke Tree #BA5D2D
RGB
CMYK
RGB Variations
Color information
#BA5D2D (or 0xBA5D2D) is known color: Smoke Tree. HEX triplet: BA, 5D and 2D. RGB value is (186,93,45). Sum of RGB (Red+Green+Blue) = 186+93+45=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D2D is #45A2D2. Grayscale: #737373. Windows color (decimal): -4563667 or 2973114. OLE color: 2973114.
HSL color Cylindrical-coordinate representation of color #BA5D2D: hue angle of 20.43º 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 #BA5D2D is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 45 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.27 |
| HSL | 20.43º | 0.61% | 0.45% | - |
| HSV(B) | 20.43º | 0.76% | 0.73% | - |
| XYZ | 24.64 | 18.46 | 4.75 | - |
| YUV | 115.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 45 | 0 | 0.5 | 0.76 | 0.27 | 20.43 | 0.61 | 0.45 |
| Hex | BA | 5D | 2D | 0 | 32 | 4C | 1B | 14 | 3D | 2D |
| Octal | 272 | 135 | 55 | 0 | 62 | 114 | 33 | 24 | 75 | 55 |
| Binary | 10111010 | 1011101 | 101101 | 0 | 110010 | 1001100 | 11011 | 10100 | 111101 | 101101 |
Color Harmonies of #BA5D2D
Complementary color
Monochromatic Colors of #BA5D2D
Black with #BA5D2D
Text Example
Text Example
White with #BA5D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D2D; }
p { color: rgb(186,93,45); }
H1.HeaderClassName
{
color: #BA5D2D;
}
.AnyTagClassName
{
color: #BA5D2D;
}
</style>
background-color css
<style>
a { background-color: #BA5D2D; }
a { background-color: rgb(186,93,45); }
div.DivClassName
{
background-color: #BA5D2D;
}
.BgClassName
{
background-color: #BA5D2D;
}
</style>
border-color css
<style>
span { border-color: #BA5D2D; }
span { border-color: rgb(186,93,45); }
td.TdClassName
{
border-color: #BA5D2D;
}
.TagClassName
{
border-color: #BA5D2D;
}
</style>