Shades of Viola #BA8A96
Tints of Viola #BA8A96
RGB
CMYK
RGB Variations
Color information
#BA8A96 (or 0xBA8A96) is known color: Viola. HEX triplet: BA, 8A and 96. RGB value is (186,138,150). Sum of RGB (Red+Green+Blue) = 186+138+150=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8A96 is #457569. Grayscale: #999999. Windows color (decimal): -4552042 or 9865914. OLE color: 9865914.
HSL color Cylindrical-coordinate representation of color #BA8A96: hue angle of 345º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8A96 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 138 | 150 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.27 |
| HSL | 345º | 0.26% | 0.64% | - |
| HSV(B) | 345º | 0.26% | 0.73% | - |
| XYZ | 34.84 | 30.82 | 32.97 | - |
| YUV | 153.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 150 | 0 | 0.26 | 0.19 | 0.27 | 345 | 0.26 | 0.64 |
| Hex | BA | 8A | 96 | 0 | 1A | 13 | 1B | 159 | 1A | 40 |
| Octal | 272 | 212 | 226 | 0 | 32 | 23 | 33 | 531 | 32 | 100 |
| Binary | 10111010 | 10001010 | 10010110 | 0 | 11010 | 10011 | 11011 | 101011001 | 11010 | 1000000 |
Color Harmonies of #BA8A96
Complementary color
Monochromatic Colors of #BA8A96
Black with #BA8A96
Text Example
Text Example
White with #BA8A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8A96; }
p { color: rgb(186,138,150); }
H1.HeaderClassName
{
color: #BA8A96;
}
.AnyTagClassName
{
color: #BA8A96;
}
</style>
background-color css
<style>
a { background-color: #BA8A96; }
a { background-color: rgb(186,138,150); }
div.DivClassName
{
background-color: #BA8A96;
}
.BgClassName
{
background-color: #BA8A96;
}
</style>
border-color css
<style>
span { border-color: #BA8A96; }
span { border-color: rgb(186,138,150); }
td.TdClassName
{
border-color: #BA8A96;
}
.TagClassName
{
border-color: #BA8A96;
}
</style>