Shades of Viola #B7959B
Tints of Viola #B7959B
RGB
CMYK
RGB Variations
Color information
#B7959B (or 0xB7959B) is known color: Viola. HEX triplet: B7, 95 and 9B. RGB value is (183,149,155). Sum of RGB (Red+Green+Blue) = 183+149+155=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B7959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7959B is #486A64. Grayscale: #9F9F9F. Windows color (decimal): -4745829 or 10196407. OLE color: 10196407.
HSL color Cylindrical-coordinate representation of color #B7959B: hue angle of 349.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7959B is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 155 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.28 |
| HSL | 349.41º | 0.19% | 0.65% | - |
| HSV(B) | 349.41º | 0.19% | 0.72% | - |
| XYZ | 36.19 | 33.93 | 35.65 | - |
| YUV | 159.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 155 | 0 | 0.19 | 0.15 | 0.28 | 349.41 | 0.19 | 0.65 |
| Hex | B7 | 95 | 9B | 0 | 13 | F | 1C | 15D | 13 | 41 |
| Octal | 267 | 225 | 233 | 0 | 23 | 17 | 34 | 535 | 23 | 101 |
| Binary | 10110111 | 10010101 | 10011011 | 0 | 10011 | 1111 | 11100 | 101011101 | 10011 | 1000001 |
Color Harmonies of #B7959B
Complementary color
Monochromatic Colors of #B7959B
Black with #B7959B
Text Example
Text Example
White with #B7959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7959B; }
p { color: rgb(183,149,155); }
H1.HeaderClassName
{
color: #B7959B;
}
.AnyTagClassName
{
color: #B7959B;
}
</style>
background-color css
<style>
a { background-color: #B7959B; }
a { background-color: rgb(183,149,155); }
div.DivClassName
{
background-color: #B7959B;
}
.BgClassName
{
background-color: #B7959B;
}
</style>
border-color css
<style>
span { border-color: #B7959B; }
span { border-color: rgb(183,149,155); }
td.TdClassName
{
border-color: #B7959B;
}
.TagClassName
{
border-color: #B7959B;
}
</style>