Shades of Viola #B59296
Tints of Viola #B59296
RGB
CMYK
RGB Variations
Color information
#B59296 (or 0xB59296) is known color: Viola. HEX triplet: B5, 92 and 96. RGB value is (181,146,150). Sum of RGB (Red+Green+Blue) = 181+146+150=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B59296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59296 is #4A6D69. Grayscale: #9C9C9C. Windows color (decimal): -4877674 or 9867957. OLE color: 9867957.
HSL color Cylindrical-coordinate representation of color #B59296: hue angle of 353.14º 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 #B59296 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 150 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.29 |
| HSL | 353.14º | 0.19% | 0.64% | - |
| HSV(B) | 353.14º | 0.19% | 0.71% | - |
| XYZ | 34.84 | 32.58 | 33.31 | - |
| YUV | 156.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 150 | 0 | 0.19 | 0.17 | 0.29 | 353.14 | 0.19 | 0.64 |
| Hex | B5 | 92 | 96 | 0 | 13 | 11 | 1D | 161 | 13 | 40 |
| Octal | 265 | 222 | 226 | 0 | 23 | 21 | 35 | 541 | 23 | 100 |
| Binary | 10110101 | 10010010 | 10010110 | 0 | 10011 | 10001 | 11101 | 101100001 | 10011 | 1000000 |
Color Harmonies of #B59296
Complementary color
Monochromatic Colors of #B59296
Black with #B59296
Text Example
Text Example
White with #B59296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59296; }
p { color: rgb(181,146,150); }
H1.HeaderClassName
{
color: #B59296;
}
.AnyTagClassName
{
color: #B59296;
}
</style>
background-color css
<style>
a { background-color: #B59296; }
a { background-color: rgb(181,146,150); }
div.DivClassName
{
background-color: #B59296;
}
.BgClassName
{
background-color: #B59296;
}
</style>
border-color css
<style>
span { border-color: #B59296; }
span { border-color: rgb(181,146,150); }
td.TdClassName
{
border-color: #B59296;
}
.TagClassName
{
border-color: #B59296;
}
</style>