Shades of Smoke Tree #BA633E
Tints of Smoke Tree #BA633E
RGB
CMYK
RGB Variations
Color information
#BA633E (or 0xBA633E) is known color: Smoke Tree. HEX triplet: BA, 63 and 3E. RGB value is (186,99,62). Sum of RGB (Red+Green+Blue) = 186+99+62=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA633E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA633E is #459CC1. Grayscale: #797979. Windows color (decimal): -4562114 or 4088762. OLE color: 4088762.
HSL color Cylindrical-coordinate representation of color #BA633E: hue angle of 17.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA633E is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 62 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.27 |
| HSL | 17.9º | 0.5% | 0.49% | - |
| HSV(B) | 17.9º | 0.67% | 0.73% | - |
| XYZ | 25.58 | 19.71 | 7.01 | - |
| YUV | 120.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 62 | 0 | 0.47 | 0.67 | 0.27 | 17.9 | 0.5 | 0.49 |
| Hex | BA | 63 | 3E | 0 | 2F | 43 | 1B | 12 | 32 | 31 |
| Octal | 272 | 143 | 76 | 0 | 57 | 103 | 33 | 22 | 62 | 61 |
| Binary | 10111010 | 1100011 | 111110 | 0 | 101111 | 1000011 | 11011 | 10010 | 110010 | 110001 |
Color Harmonies of #BA633E
Complementary color
Monochromatic Colors of #BA633E
Black with #BA633E
Text Example
Text Example
White with #BA633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA633E; }
p { color: rgb(186,99,62); }
H1.HeaderClassName
{
color: #BA633E;
}
.AnyTagClassName
{
color: #BA633E;
}
</style>
background-color css
<style>
a { background-color: #BA633E; }
a { background-color: rgb(186,99,62); }
div.DivClassName
{
background-color: #BA633E;
}
.BgClassName
{
background-color: #BA633E;
}
</style>
border-color css
<style>
span { border-color: #BA633E; }
span { border-color: rgb(186,99,62); }
td.TdClassName
{
border-color: #BA633E;
}
.TagClassName
{
border-color: #BA633E;
}
</style>