Shades of Smoke Tree #BA613C
Tints of Smoke Tree #BA613C
RGB
CMYK
RGB Variations
Color information
#BA613C (or 0xBA613C) is known color: Smoke Tree. HEX triplet: BA, 61 and 3C. RGB value is (186,97,60). Sum of RGB (Red+Green+Blue) = 186+97+60=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA613C is #459EC3. Grayscale: #777777. Windows color (decimal): -4562628 or 3957178. OLE color: 3957178.
HSL color Cylindrical-coordinate representation of color #BA613C: hue angle of 17.62º degrees, saturation: 0.51, 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 #BA613C is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 60 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.27 |
| HSL | 17.62º | 0.51% | 0.48% | - |
| HSV(B) | 17.62º | 0.68% | 0.73% | - |
| XYZ | 25.34 | 19.31 | 6.67 | - |
| YUV | 119.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 60 | 0 | 0.48 | 0.68 | 0.27 | 17.62 | 0.51 | 0.48 |
| Hex | BA | 61 | 3C | 0 | 30 | 44 | 1B | 12 | 33 | 30 |
| Octal | 272 | 141 | 74 | 0 | 60 | 104 | 33 | 22 | 63 | 60 |
| Binary | 10111010 | 1100001 | 111100 | 0 | 110000 | 1000100 | 11011 | 10010 | 110011 | 110000 |
Color Harmonies of #BA613C
Complementary color
Monochromatic Colors of #BA613C
Black with #BA613C
Text Example
Text Example
White with #BA613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA613C; }
p { color: rgb(186,97,60); }
H1.HeaderClassName
{
color: #BA613C;
}
.AnyTagClassName
{
color: #BA613C;
}
</style>
background-color css
<style>
a { background-color: #BA613C; }
a { background-color: rgb(186,97,60); }
div.DivClassName
{
background-color: #BA613C;
}
.BgClassName
{
background-color: #BA613C;
}
</style>
border-color css
<style>
span { border-color: #BA613C; }
span { border-color: rgb(186,97,60); }
td.TdClassName
{
border-color: #BA613C;
}
.TagClassName
{
border-color: #BA613C;
}
</style>