Shades of Smoke Tree #BA5F30
Tints of Smoke Tree #BA5F30
RGB
CMYK
RGB Variations
Color information
#BA5F30 (or 0xBA5F30) is known color: Smoke Tree. HEX triplet: BA, 5F and 30. RGB value is (186,95,48). Sum of RGB (Red+Green+Blue) = 186+95+48=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5F30 is #45A0CF. Grayscale: #757575. Windows color (decimal): -4563152 or 3170234. OLE color: 3170234.
HSL color Cylindrical-coordinate representation of color #BA5F30: hue angle of 20.43º 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 #BA5F30 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 48 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.27 |
| HSL | 20.43º | 0.59% | 0.46% | - |
| HSV(B) | 20.43º | 0.74% | 0.73% | - |
| XYZ | 24.88 | 18.84 | 5.12 | - |
| YUV | 116.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 48 | 0 | 0.49 | 0.74 | 0.27 | 20.43 | 0.59 | 0.46 |
| Hex | BA | 5F | 30 | 0 | 31 | 4A | 1B | 14 | 3B | 2E |
| Octal | 272 | 137 | 60 | 0 | 61 | 112 | 33 | 24 | 73 | 56 |
| Binary | 10111010 | 1011111 | 110000 | 0 | 110001 | 1001010 | 11011 | 10100 | 111011 | 101110 |
Color Harmonies of #BA5F30
Complementary color
Monochromatic Colors of #BA5F30
Black with #BA5F30
Text Example
Text Example
White with #BA5F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F30; }
p { color: rgb(186,95,48); }
H1.HeaderClassName
{
color: #BA5F30;
}
.AnyTagClassName
{
color: #BA5F30;
}
</style>
background-color css
<style>
a { background-color: #BA5F30; }
a { background-color: rgb(186,95,48); }
div.DivClassName
{
background-color: #BA5F30;
}
.BgClassName
{
background-color: #BA5F30;
}
</style>
border-color css
<style>
span { border-color: #BA5F30; }
span { border-color: rgb(186,95,48); }
td.TdClassName
{
border-color: #BA5F30;
}
.TagClassName
{
border-color: #BA5F30;
}
</style>