Shades of Smoke Tree #BA5533
Tints of Smoke Tree #BA5533
RGB
CMYK
RGB Variations
Color information
#BA5533 (or 0xBA5533) is known color: Smoke Tree. HEX triplet: BA, 55 and 33. RGB value is (186,85,51). Sum of RGB (Red+Green+Blue) = 186+85+51=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5533 is #45AACC. Grayscale: #6F6F6F. Windows color (decimal): -4565709 or 3364282. OLE color: 3364282.
HSL color Cylindrical-coordinate representation of color #BA5533: hue angle of 15.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA5533 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 51 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.27 |
| HSL | 15.11º | 0.57% | 0.46% | - |
| HSV(B) | 15.11º | 0.73% | 0.73% | - |
| XYZ | 24.1 | 17.18 | 5.18 | - |
| YUV | 111.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 51 | 0 | 0.54 | 0.73 | 0.27 | 15.11 | 0.57 | 0.46 |
| Hex | BA | 55 | 33 | 0 | 36 | 49 | 1B | F | 39 | 2E |
| Octal | 272 | 125 | 63 | 0 | 66 | 111 | 33 | 17 | 71 | 56 |
| Binary | 10111010 | 1010101 | 110011 | 0 | 110110 | 1001001 | 11011 | 1111 | 111001 | 101110 |
Color Harmonies of #BA5533
Complementary color
Monochromatic Colors of #BA5533
Black with #BA5533
Text Example
Text Example
White with #BA5533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5533; }
p { color: rgb(186,85,51); }
H1.HeaderClassName
{
color: #BA5533;
}
.AnyTagClassName
{
color: #BA5533;
}
</style>
background-color css
<style>
a { background-color: #BA5533; }
a { background-color: rgb(186,85,51); }
div.DivClassName
{
background-color: #BA5533;
}
.BgClassName
{
background-color: #BA5533;
}
</style>
border-color css
<style>
span { border-color: #BA5533; }
span { border-color: rgb(186,85,51); }
td.TdClassName
{
border-color: #BA5533;
}
.TagClassName
{
border-color: #BA5533;
}
</style>