Shades of Smoke Tree #BA603B
Tints of Smoke Tree #BA603B
RGB
CMYK
RGB Variations
Color information
#BA603B (or 0xBA603B) is known color: Smoke Tree. HEX triplet: BA, 60 and 3B. RGB value is (186,96,59). Sum of RGB (Red+Green+Blue) = 186+96+59=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA603B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA603B is #459FC4. Grayscale: #767676. Windows color (decimal): -4562885 or 3891386. OLE color: 3891386.
HSL color Cylindrical-coordinate representation of color #BA603B: hue angle of 17.48º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA603B is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 59 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.27 |
| HSL | 17.48º | 0.52% | 0.48% | - |
| HSV(B) | 17.48º | 0.68% | 0.73% | - |
| XYZ | 25.22 | 19.12 | 6.5 | - |
| YUV | 118.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 59 | 0 | 0.48 | 0.68 | 0.27 | 17.48 | 0.52 | 0.48 |
| Hex | BA | 60 | 3B | 0 | 30 | 44 | 1B | 11 | 34 | 30 |
| Octal | 272 | 140 | 73 | 0 | 60 | 104 | 33 | 21 | 64 | 60 |
| Binary | 10111010 | 1100000 | 111011 | 0 | 110000 | 1000100 | 11011 | 10001 | 110100 | 110000 |
Color Harmonies of #BA603B
Complementary color
Monochromatic Colors of #BA603B
Black with #BA603B
Text Example
Text Example
White with #BA603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA603B; }
p { color: rgb(186,96,59); }
H1.HeaderClassName
{
color: #BA603B;
}
.AnyTagClassName
{
color: #BA603B;
}
</style>
background-color css
<style>
a { background-color: #BA603B; }
a { background-color: rgb(186,96,59); }
div.DivClassName
{
background-color: #BA603B;
}
.BgClassName
{
background-color: #BA603B;
}
</style>
border-color css
<style>
span { border-color: #BA603B; }
span { border-color: rgb(186,96,59); }
td.TdClassName
{
border-color: #BA603B;
}
.TagClassName
{
border-color: #BA603B;
}
</style>