Shades of Viola #B59396
Tints of Viola #B59396
RGB
CMYK
RGB Variations
Color information
#B59396 (or 0xB59396) is known color: Viola. HEX triplet: B5, 93 and 96. RGB value is (181,147,150). Sum of RGB (Red+Green+Blue) = 181+147+150=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B59396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59396 is #4A6C69. Grayscale: #9D9D9D. Windows color (decimal): -4877418 or 9868213. OLE color: 9868213.
HSL color Cylindrical-coordinate representation of color #B59396: hue angle of 354.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59396 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 150 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.29 |
| HSL | 354.71º | 0.19% | 0.64% | - |
| HSV(B) | 354.71º | 0.19% | 0.71% | - |
| XYZ | 34.99 | 32.89 | 33.36 | - |
| YUV | 157.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 150 | 0 | 0.19 | 0.17 | 0.29 | 354.71 | 0.19 | 0.64 |
| Hex | B5 | 93 | 96 | 0 | 13 | 11 | 1D | 163 | 13 | 40 |
| Octal | 265 | 223 | 226 | 0 | 23 | 21 | 35 | 543 | 23 | 100 |
| Binary | 10110101 | 10010011 | 10010110 | 0 | 10011 | 10001 | 11101 | 101100011 | 10011 | 1000000 |
Color Harmonies of #B59396
Complementary color
Monochromatic Colors of #B59396
Black with #B59396
Text Example
Text Example
White with #B59396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59396; }
p { color: rgb(181,147,150); }
H1.HeaderClassName
{
color: #B59396;
}
.AnyTagClassName
{
color: #B59396;
}
</style>
background-color css
<style>
a { background-color: #B59396; }
a { background-color: rgb(181,147,150); }
div.DivClassName
{
background-color: #B59396;
}
.BgClassName
{
background-color: #B59396;
}
</style>
border-color css
<style>
span { border-color: #B59396; }
span { border-color: rgb(181,147,150); }
td.TdClassName
{
border-color: #B59396;
}
.TagClassName
{
border-color: #B59396;
}
</style>