Shades of Viola #B19396
Tints of Viola #B19396
RGB
CMYK
RGB Variations
Color information
#B19396 (or 0xB19396) is known color: Viola. HEX triplet: B1, 93 and 96. RGB value is (177,147,150). Sum of RGB (Red+Green+Blue) = 177+147+150=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19396 is #4E6C69. Grayscale: #9C9C9C. Windows color (decimal): -5139562 or 9868209. OLE color: 9868209.
HSL color Cylindrical-coordinate representation of color #B19396: hue angle of 354º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19396 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 150 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.31 |
| HSL | 354º | 0.16% | 0.64% | - |
| HSV(B) | 354º | 0.17% | 0.69% | - |
| XYZ | 34.07 | 32.42 | 33.32 | - |
| YUV | 156.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 150 | 0 | 0.17 | 0.15 | 0.31 | 354 | 0.16 | 0.64 |
| Hex | B1 | 93 | 96 | 0 | 11 | F | 1F | 162 | 10 | 40 |
| Octal | 261 | 223 | 226 | 0 | 21 | 17 | 37 | 542 | 20 | 100 |
| Binary | 10110001 | 10010011 | 10010110 | 0 | 10001 | 1111 | 11111 | 101100010 | 10000 | 1000000 |
Color Harmonies of #B19396
Complementary color
Monochromatic Colors of #B19396
Black with #B19396
Text Example
Text Example
White with #B19396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19396; }
p { color: rgb(177,147,150); }
H1.HeaderClassName
{
color: #B19396;
}
.AnyTagClassName
{
color: #B19396;
}
</style>
background-color css
<style>
a { background-color: #B19396; }
a { background-color: rgb(177,147,150); }
div.DivClassName
{
background-color: #B19396;
}
.BgClassName
{
background-color: #B19396;
}
</style>
border-color css
<style>
span { border-color: #B19396; }
span { border-color: rgb(177,147,150); }
td.TdClassName
{
border-color: #B19396;
}
.TagClassName
{
border-color: #B19396;
}
</style>