Shades of Viola #BA868E
Tints of Viola #BA868E
RGB
CMYK
RGB Variations
Color information
#BA868E (or 0xBA868E) is known color: Viola. HEX triplet: BA, 86 and 8E. RGB value is (186,134,142). Sum of RGB (Red+Green+Blue) = 186+134+142=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA868E is #457971. Grayscale: #969696. Windows color (decimal): -4553074 or 9340602. OLE color: 9340602.
HSL color Cylindrical-coordinate representation of color #BA868E: hue angle of 350.77º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA868E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 142 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.27 |
| HSL | 350.77º | 0.27% | 0.63% | - |
| HSV(B) | 350.77º | 0.28% | 0.73% | - |
| XYZ | 33.66 | 29.44 | 29.5 | - |
| YUV | 150.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 142 | 0 | 0.28 | 0.24 | 0.27 | 350.77 | 0.27 | 0.63 |
| Hex | BA | 86 | 8E | 0 | 1C | 18 | 1B | 15F | 1B | 3F |
| Octal | 272 | 206 | 216 | 0 | 34 | 30 | 33 | 537 | 33 | 77 |
| Binary | 10111010 | 10000110 | 10001110 | 0 | 11100 | 11000 | 11011 | 101011111 | 11011 | 111111 |
Color Harmonies of #BA868E
Complementary color
Monochromatic Colors of #BA868E
Black with #BA868E
Text Example
Text Example
White with #BA868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA868E; }
p { color: rgb(186,134,142); }
H1.HeaderClassName
{
color: #BA868E;
}
.AnyTagClassName
{
color: #BA868E;
}
</style>
background-color css
<style>
a { background-color: #BA868E; }
a { background-color: rgb(186,134,142); }
div.DivClassName
{
background-color: #BA868E;
}
.BgClassName
{
background-color: #BA868E;
}
</style>
border-color css
<style>
span { border-color: #BA868E; }
span { border-color: rgb(186,134,142); }
td.TdClassName
{
border-color: #BA868E;
}
.TagClassName
{
border-color: #BA868E;
}
</style>