Shades of Viola #B9888E
Tints of Viola #B9888E
RGB
CMYK
RGB Variations
Color information
#B9888E (or 0xB9888E) is known color: Viola. HEX triplet: B9, 88 and 8E. RGB value is (185,136,142). Sum of RGB (Red+Green+Blue) = 185+136+142=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9888E is #467771. Grayscale: #979797. Windows color (decimal): -4618098 or 9341113. OLE color: 9341113.
HSL color Cylindrical-coordinate representation of color #B9888E: hue angle of 352.65º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9888E is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 142 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.27 |
| HSL | 352.65º | 0.26% | 0.63% | - |
| HSV(B) | 352.65º | 0.26% | 0.73% | - |
| XYZ | 33.69 | 29.88 | 29.58 | - |
| YUV | 151.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 142 | 0 | 0.26 | 0.23 | 0.27 | 352.65 | 0.26 | 0.63 |
| Hex | B9 | 88 | 8E | 0 | 1A | 17 | 1B | 161 | 1A | 3F |
| Octal | 271 | 210 | 216 | 0 | 32 | 27 | 33 | 541 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10001110 | 0 | 11010 | 10111 | 11011 | 101100001 | 11010 | 111111 |
Color Harmonies of #B9888E
Complementary color
Monochromatic Colors of #B9888E
Black with #B9888E
Text Example
Text Example
White with #B9888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9888E; }
p { color: rgb(185,136,142); }
H1.HeaderClassName
{
color: #B9888E;
}
.AnyTagClassName
{
color: #B9888E;
}
</style>
background-color css
<style>
a { background-color: #B9888E; }
a { background-color: rgb(185,136,142); }
div.DivClassName
{
background-color: #B9888E;
}
.BgClassName
{
background-color: #B9888E;
}
</style>
border-color css
<style>
span { border-color: #B9888E; }
span { border-color: rgb(185,136,142); }
td.TdClassName
{
border-color: #B9888E;
}
.TagClassName
{
border-color: #B9888E;
}
</style>