Shades of Viola #B49197
Tints of Viola #B49197
RGB
CMYK
RGB Variations
Color information
#B49197 (or 0xB49197) is known color: Viola. HEX triplet: B4, 91 and 97. RGB value is (180,145,151). Sum of RGB (Red+Green+Blue) = 180+145+151=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49197 is #4B6E68. Grayscale: #9C9C9C. Windows color (decimal): -4943465 or 9933236. OLE color: 9933236.
HSL color Cylindrical-coordinate representation of color #B49197: hue angle of 349.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 #B49197 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 151 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.29 |
| HSL | 349.71º | 0.19% | 0.64% | - |
| HSV(B) | 349.71º | 0.19% | 0.71% | - |
| XYZ | 34.53 | 32.19 | 33.67 | - |
| YUV | 156.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 151 | 0 | 0.19 | 0.16 | 0.29 | 349.71 | 0.19 | 0.64 |
| Hex | B4 | 91 | 97 | 0 | 13 | 10 | 1D | 15E | 13 | 40 |
| Octal | 264 | 221 | 227 | 0 | 23 | 20 | 35 | 536 | 23 | 100 |
| Binary | 10110100 | 10010001 | 10010111 | 0 | 10011 | 10000 | 11101 | 101011110 | 10011 | 1000000 |
Color Harmonies of #B49197
Complementary color
Monochromatic Colors of #B49197
Black with #B49197
Text Example
Text Example
White with #B49197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49197; }
p { color: rgb(180,145,151); }
H1.HeaderClassName
{
color: #B49197;
}
.AnyTagClassName
{
color: #B49197;
}
</style>
background-color css
<style>
a { background-color: #B49197; }
a { background-color: rgb(180,145,151); }
div.DivClassName
{
background-color: #B49197;
}
.BgClassName
{
background-color: #B49197;
}
</style>
border-color css
<style>
span { border-color: #B49197; }
span { border-color: rgb(180,145,151); }
td.TdClassName
{
border-color: #B49197;
}
.TagClassName
{
border-color: #B49197;
}
</style>