Shades of Smoke Tree #BA5F3C
Tints of Smoke Tree #BA5F3C
RGB
CMYK
RGB Variations
Color information
#BA5F3C (or 0xBA5F3C) is known color: Smoke Tree. HEX triplet: BA, 5F and 3C. RGB value is (186,95,60). Sum of RGB (Red+Green+Blue) = 186+95+60=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F3C is #45A0C3. Grayscale: #767676. Windows color (decimal): -4563140 or 3956666. OLE color: 3956666.
HSL color Cylindrical-coordinate representation of color #BA5F3C: hue angle of 16.67º 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 #BA5F3C is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 60 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.27 |
| HSL | 16.67º | 0.51% | 0.48% | - |
| HSV(B) | 16.67º | 0.68% | 0.73% | - |
| XYZ | 25.16 | 18.95 | 6.61 | - |
| YUV | 118.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 60 | 0 | 0.49 | 0.68 | 0.27 | 16.67 | 0.51 | 0.48 |
| Hex | BA | 5F | 3C | 0 | 31 | 44 | 1B | 11 | 33 | 30 |
| Octal | 272 | 137 | 74 | 0 | 61 | 104 | 33 | 21 | 63 | 60 |
| Binary | 10111010 | 1011111 | 111100 | 0 | 110001 | 1000100 | 11011 | 10001 | 110011 | 110000 |
Color Harmonies of #BA5F3C
Complementary color
Monochromatic Colors of #BA5F3C
Black with #BA5F3C
Text Example
Text Example
White with #BA5F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F3C; }
p { color: rgb(186,95,60); }
H1.HeaderClassName
{
color: #BA5F3C;
}
.AnyTagClassName
{
color: #BA5F3C;
}
</style>
background-color css
<style>
a { background-color: #BA5F3C; }
a { background-color: rgb(186,95,60); }
div.DivClassName
{
background-color: #BA5F3C;
}
.BgClassName
{
background-color: #BA5F3C;
}
</style>
border-color css
<style>
span { border-color: #BA5F3C; }
span { border-color: rgb(186,95,60); }
td.TdClassName
{
border-color: #BA5F3C;
}
.TagClassName
{
border-color: #BA5F3C;
}
</style>