Shades of Smoke Tree #BA5E2C
Tints of Smoke Tree #BA5E2C
RGB
CMYK
RGB Variations
Color information
#BA5E2C (or 0xBA5E2C) is known color: Smoke Tree. HEX triplet: BA, 5E and 2C. RGB value is (186,94,44). Sum of RGB (Red+Green+Blue) = 186+94+44=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E2C is #45A1D3. Grayscale: #747474. Windows color (decimal): -4563412 or 2907834. OLE color: 2907834.
HSL color Cylindrical-coordinate representation of color #BA5E2C: hue angle of 21.13º degrees, saturation: 0.62, 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 #BA5E2C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 44 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.27 |
| HSL | 21.13º | 0.62% | 0.45% | - |
| HSV(B) | 21.13º | 0.76% | 0.73% | - |
| XYZ | 24.71 | 18.63 | 4.68 | - |
| YUV | 115.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 44 | 0 | 0.49 | 0.76 | 0.27 | 21.13 | 0.62 | 0.45 |
| Hex | BA | 5E | 2C | 0 | 31 | 4C | 1B | 15 | 3E | 2D |
| Octal | 272 | 136 | 54 | 0 | 61 | 114 | 33 | 25 | 76 | 55 |
| Binary | 10111010 | 1011110 | 101100 | 0 | 110001 | 1001100 | 11011 | 10101 | 111110 | 101101 |
Color Harmonies of #BA5E2C
Complementary color
Monochromatic Colors of #BA5E2C
Black with #BA5E2C
Text Example
Text Example
White with #BA5E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E2C; }
p { color: rgb(186,94,44); }
H1.HeaderClassName
{
color: #BA5E2C;
}
.AnyTagClassName
{
color: #BA5E2C;
}
</style>
background-color css
<style>
a { background-color: #BA5E2C; }
a { background-color: rgb(186,94,44); }
div.DivClassName
{
background-color: #BA5E2C;
}
.BgClassName
{
background-color: #BA5E2C;
}
</style>
border-color css
<style>
span { border-color: #BA5E2C; }
span { border-color: rgb(186,94,44); }
td.TdClassName
{
border-color: #BA5E2C;
}
.TagClassName
{
border-color: #BA5E2C;
}
</style>