Shades of Viola #BA959B
Tints of Viola #BA959B
RGB
CMYK
RGB Variations
Color information
#BA959B (or 0xBA959B) is known color: Viola. HEX triplet: BA, 95 and 9B. RGB value is (186,149,155). Sum of RGB (Red+Green+Blue) = 186+149+155=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA959B is #456A64. Grayscale: #A0A0A0. Windows color (decimal): -4549221 or 10196410. OLE color: 10196410.
HSL color Cylindrical-coordinate representation of color #BA959B: hue angle of 350.27º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA959B is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 155 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.27 |
| HSL | 350.27º | 0.21% | 0.66% | - |
| HSV(B) | 350.27º | 0.2% | 0.73% | - |
| XYZ | 36.91 | 34.3 | 35.69 | - |
| YUV | 160.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 155 | 0 | 0.20 | 0.17 | 0.27 | 350.27 | 0.21 | 0.66 |
| Hex | BA | 95 | 9B | 0 | 14 | 11 | 1B | 15E | 15 | 42 |
| Octal | 272 | 225 | 233 | 0 | 24 | 21 | 33 | 536 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10011011 | 0 | 10100 | 10001 | 11011 | 101011110 | 10101 | 1000010 |
Color Harmonies of #BA959B
Complementary color
Monochromatic Colors of #BA959B
Black with #BA959B
Text Example
Text Example
White with #BA959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA959B; }
p { color: rgb(186,149,155); }
H1.HeaderClassName
{
color: #BA959B;
}
.AnyTagClassName
{
color: #BA959B;
}
</style>
background-color css
<style>
a { background-color: #BA959B; }
a { background-color: rgb(186,149,155); }
div.DivClassName
{
background-color: #BA959B;
}
.BgClassName
{
background-color: #BA959B;
}
</style>
border-color css
<style>
span { border-color: #BA959B; }
span { border-color: rgb(186,149,155); }
td.TdClassName
{
border-color: #BA959B;
}
.TagClassName
{
border-color: #BA959B;
}
</style>