Shades of Smoke Tree #BA6130
Tints of Smoke Tree #BA6130
RGB
CMYK
RGB Variations
Color information
#BA6130 (or 0xBA6130) is known color: Smoke Tree. HEX triplet: BA, 61 and 30. RGB value is (186,97,48). Sum of RGB (Red+Green+Blue) = 186+97+48=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6130 is #459ECF. Grayscale: #767676. Windows color (decimal): -4562640 or 3170746. OLE color: 3170746.
HSL color Cylindrical-coordinate representation of color #BA6130: hue angle of 21.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA6130 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 48 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.27 |
| HSL | 21.3º | 0.59% | 0.46% | - |
| HSV(B) | 21.3º | 0.74% | 0.73% | - |
| XYZ | 25.06 | 19.2 | 5.18 | - |
| YUV | 118.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 48 | 0 | 0.48 | 0.74 | 0.27 | 21.3 | 0.59 | 0.46 |
| Hex | BA | 61 | 30 | 0 | 30 | 4A | 1B | 15 | 3B | 2E |
| Octal | 272 | 141 | 60 | 0 | 60 | 112 | 33 | 25 | 73 | 56 |
| Binary | 10111010 | 1100001 | 110000 | 0 | 110000 | 1001010 | 11011 | 10101 | 111011 | 101110 |
Color Harmonies of #BA6130
Complementary color
Monochromatic Colors of #BA6130
Black with #BA6130
Text Example
Text Example
White with #BA6130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6130; }
p { color: rgb(186,97,48); }
H1.HeaderClassName
{
color: #BA6130;
}
.AnyTagClassName
{
color: #BA6130;
}
</style>
background-color css
<style>
a { background-color: #BA6130; }
a { background-color: rgb(186,97,48); }
div.DivClassName
{
background-color: #BA6130;
}
.BgClassName
{
background-color: #BA6130;
}
</style>
border-color css
<style>
span { border-color: #BA6130; }
span { border-color: rgb(186,97,48); }
td.TdClassName
{
border-color: #BA6130;
}
.TagClassName
{
border-color: #BA6130;
}
</style>