Shades of Smoke Tree #BA623B
Tints of Smoke Tree #BA623B
RGB
CMYK
RGB Variations
Color information
#BA623B (or 0xBA623B) is known color: Smoke Tree. HEX triplet: BA, 62 and 3B. RGB value is (186,98,59). Sum of RGB (Red+Green+Blue) = 186+98+59=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA623B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA623B is #459DC4. Grayscale: #787878. Windows color (decimal): -4562373 or 3891898. OLE color: 3891898.
HSL color Cylindrical-coordinate representation of color #BA623B: hue angle of 18.43º 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 #BA623B is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 59 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.27 |
| HSL | 18.43º | 0.52% | 0.48% | - |
| HSV(B) | 18.43º | 0.68% | 0.73% | - |
| XYZ | 25.41 | 19.49 | 6.56 | - |
| YUV | 119.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 59 | 0 | 0.47 | 0.68 | 0.27 | 18.43 | 0.52 | 0.48 |
| Hex | BA | 62 | 3B | 0 | 2F | 44 | 1B | 12 | 34 | 30 |
| Octal | 272 | 142 | 73 | 0 | 57 | 104 | 33 | 22 | 64 | 60 |
| Binary | 10111010 | 1100010 | 111011 | 0 | 101111 | 1000100 | 11011 | 10010 | 110100 | 110000 |
Color Harmonies of #BA623B
Complementary color
Monochromatic Colors of #BA623B
Black with #BA623B
Text Example
Text Example
White with #BA623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA623B; }
p { color: rgb(186,98,59); }
H1.HeaderClassName
{
color: #BA623B;
}
.AnyTagClassName
{
color: #BA623B;
}
</style>
background-color css
<style>
a { background-color: #BA623B; }
a { background-color: rgb(186,98,59); }
div.DivClassName
{
background-color: #BA623B;
}
.BgClassName
{
background-color: #BA623B;
}
</style>
border-color css
<style>
span { border-color: #BA623B; }
span { border-color: rgb(186,98,59); }
td.TdClassName
{
border-color: #BA623B;
}
.TagClassName
{
border-color: #BA623B;
}
</style>