Shades of Smoke Tree #BA633A
Tints of Smoke Tree #BA633A
RGB
CMYK
RGB Variations
Color information
#BA633A (or 0xBA633A) is known color: Smoke Tree. HEX triplet: BA, 63 and 3A. RGB value is (186,99,58). Sum of RGB (Red+Green+Blue) = 186+99+58=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA633A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA633A is #459CC5. Grayscale: #787878. Windows color (decimal): -4562118 or 3826618. OLE color: 3826618.
HSL color Cylindrical-coordinate representation of color #BA633A: hue angle of 19.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA633A is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 58 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.27 |
| HSL | 19.22º | 0.52% | 0.48% | - |
| HSV(B) | 19.22º | 0.69% | 0.73% | - |
| XYZ | 25.48 | 19.67 | 6.46 | - |
| YUV | 120.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 58 | 0 | 0.47 | 0.69 | 0.27 | 19.22 | 0.52 | 0.48 |
| Hex | BA | 63 | 3A | 0 | 2F | 45 | 1B | 13 | 34 | 30 |
| Octal | 272 | 143 | 72 | 0 | 57 | 105 | 33 | 23 | 64 | 60 |
| Binary | 10111010 | 1100011 | 111010 | 0 | 101111 | 1000101 | 11011 | 10011 | 110100 | 110000 |
Color Harmonies of #BA633A
Complementary color
Monochromatic Colors of #BA633A
Black with #BA633A
Text Example
Text Example
White with #BA633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA633A; }
p { color: rgb(186,99,58); }
H1.HeaderClassName
{
color: #BA633A;
}
.AnyTagClassName
{
color: #BA633A;
}
</style>
background-color css
<style>
a { background-color: #BA633A; }
a { background-color: rgb(186,99,58); }
div.DivClassName
{
background-color: #BA633A;
}
.BgClassName
{
background-color: #BA633A;
}
</style>
border-color css
<style>
span { border-color: #BA633A; }
span { border-color: rgb(186,99,58); }
td.TdClassName
{
border-color: #BA633A;
}
.TagClassName
{
border-color: #BA633A;
}
</style>