Shades of Viola #B9888A
Tints of Viola #B9888A
RGB
CMYK
RGB Variations
Color information
#B9888A (or 0xB9888A) is known color: Viola. HEX triplet: B9, 88 and 8A. RGB value is (185,136,138). Sum of RGB (Red+Green+Blue) = 185+136+138=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9888A is #467775. Grayscale: #969696. Windows color (decimal): -4618102 or 9078969. OLE color: 9078969.
HSL color Cylindrical-coordinate representation of color #B9888A: hue angle of 357.55º 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 #B9888A is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 138 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.27 |
| HSL | 357.55º | 0.26% | 0.63% | - |
| HSV(B) | 357.55º | 0.26% | 0.73% | - |
| XYZ | 33.4 | 29.76 | 28.03 | - |
| YUV | 150.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 138 | 0 | 0.26 | 0.25 | 0.27 | 357.55 | 0.26 | 0.63 |
| Hex | B9 | 88 | 8A | 0 | 1A | 19 | 1B | 166 | 1A | 3F |
| Octal | 271 | 210 | 212 | 0 | 32 | 31 | 33 | 546 | 32 | 77 |
| Binary | 10111001 | 10001000 | 10001010 | 0 | 11010 | 11001 | 11011 | 101100110 | 11010 | 111111 |
Color Harmonies of #B9888A
Complementary color
Monochromatic Colors of #B9888A
Black with #B9888A
Text Example
Text Example
White with #B9888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9888A; }
p { color: rgb(185,136,138); }
H1.HeaderClassName
{
color: #B9888A;
}
.AnyTagClassName
{
color: #B9888A;
}
</style>
background-color css
<style>
a { background-color: #B9888A; }
a { background-color: rgb(185,136,138); }
div.DivClassName
{
background-color: #B9888A;
}
.BgClassName
{
background-color: #B9888A;
}
</style>
border-color css
<style>
span { border-color: #B9888A; }
span { border-color: rgb(185,136,138); }
td.TdClassName
{
border-color: #B9888A;
}
.TagClassName
{
border-color: #B9888A;
}
</style>