Shades of Viola #BA8B90
Tints of Viola #BA8B90
RGB
CMYK
RGB Variations
Color information
#BA8B90 (or 0xBA8B90) is known color: Viola. HEX triplet: BA, 8B and 90. RGB value is (186,139,144). Sum of RGB (Red+Green+Blue) = 186+139+144=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8B90 is #45746F. Grayscale: #999999. Windows color (decimal): -4551792 or 9472954. OLE color: 9472954.
HSL color Cylindrical-coordinate representation of color #BA8B90: hue angle of 353.62º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8B90 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 144 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.27 |
| HSL | 353.62º | 0.25% | 0.64% | - |
| HSV(B) | 353.62º | 0.25% | 0.73% | - |
| XYZ | 34.52 | 30.92 | 30.53 | - |
| YUV | 153.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 144 | 0 | 0.25 | 0.23 | 0.27 | 353.62 | 0.25 | 0.64 |
| Hex | BA | 8B | 90 | 0 | 19 | 17 | 1B | 162 | 19 | 40 |
| Octal | 272 | 213 | 220 | 0 | 31 | 27 | 33 | 542 | 31 | 100 |
| Binary | 10111010 | 10001011 | 10010000 | 0 | 11001 | 10111 | 11011 | 101100010 | 11001 | 1000000 |
Color Harmonies of #BA8B90
Complementary color
Monochromatic Colors of #BA8B90
Black with #BA8B90
Text Example
Text Example
White with #BA8B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B90; }
p { color: rgb(186,139,144); }
H1.HeaderClassName
{
color: #BA8B90;
}
.AnyTagClassName
{
color: #BA8B90;
}
</style>
background-color css
<style>
a { background-color: #BA8B90; }
a { background-color: rgb(186,139,144); }
div.DivClassName
{
background-color: #BA8B90;
}
.BgClassName
{
background-color: #BA8B90;
}
</style>
border-color css
<style>
span { border-color: #BA8B90; }
span { border-color: rgb(186,139,144); }
td.TdClassName
{
border-color: #BA8B90;
}
.TagClassName
{
border-color: #BA8B90;
}
</style>