Shades of Viola #BA8D8F
Tints of Viola #BA8D8F
RGB
CMYK
RGB Variations
Color information
#BA8D8F (or 0xBA8D8F) is known color: Viola. HEX triplet: BA, 8D and 8F. RGB value is (186,141,143). Sum of RGB (Red+Green+Blue) = 186+141+143=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8D8F is #457270. Grayscale: #9A9A9A. Windows color (decimal): -4551281 or 9407930. OLE color: 9407930.
HSL color Cylindrical-coordinate representation of color #BA8D8F: hue angle of 357.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8D8F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 143 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.27 |
| HSL | 357.33º | 0.25% | 0.64% | - |
| HSV(B) | 357.33º | 0.24% | 0.73% | - |
| XYZ | 34.73 | 31.47 | 30.23 | - |
| YUV | 154.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 143 | 0 | 0.24 | 0.23 | 0.27 | 357.33 | 0.25 | 0.64 |
| Hex | BA | 8D | 8F | 0 | 18 | 17 | 1B | 165 | 19 | 40 |
| Octal | 272 | 215 | 217 | 0 | 30 | 27 | 33 | 545 | 31 | 100 |
| Binary | 10111010 | 10001101 | 10001111 | 0 | 11000 | 10111 | 11011 | 101100101 | 11001 | 1000000 |
Color Harmonies of #BA8D8F
Complementary color
Monochromatic Colors of #BA8D8F
Black with #BA8D8F
Text Example
Text Example
White with #BA8D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8D8F; }
p { color: rgb(186,141,143); }
H1.HeaderClassName
{
color: #BA8D8F;
}
.AnyTagClassName
{
color: #BA8D8F;
}
</style>
background-color css
<style>
a { background-color: #BA8D8F; }
a { background-color: rgb(186,141,143); }
div.DivClassName
{
background-color: #BA8D8F;
}
.BgClassName
{
background-color: #BA8D8F;
}
</style>
border-color css
<style>
span { border-color: #BA8D8F; }
span { border-color: rgb(186,141,143); }
td.TdClassName
{
border-color: #BA8D8F;
}
.TagClassName
{
border-color: #BA8D8F;
}
</style>