Shades of Viola #B88995
Tints of Viola #B88995
RGB
CMYK
RGB Variations
Color information
#B88995 (or 0xB88995) is known color: Viola. HEX triplet: B8, 89 and 95. RGB value is (184,137,149). Sum of RGB (Red+Green+Blue) = 184+137+149=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B88995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88995 is #47766A. Grayscale: #989898. Windows color (decimal): -4683371 or 9800120. OLE color: 9800120.
HSL color Cylindrical-coordinate representation of color #B88995: hue angle of 344.68º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B88995 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 149 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.28 |
| HSL | 344.68º | 0.25% | 0.63% | - |
| HSV(B) | 344.68º | 0.26% | 0.72% | - |
| XYZ | 34.14 | 30.25 | 32.47 | - |
| YUV | 152.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 149 | 0 | 0.26 | 0.19 | 0.28 | 344.68 | 0.25 | 0.63 |
| Hex | B8 | 89 | 95 | 0 | 1A | 13 | 1C | 159 | 19 | 3F |
| Octal | 270 | 211 | 225 | 0 | 32 | 23 | 34 | 531 | 31 | 77 |
| Binary | 10111000 | 10001001 | 10010101 | 0 | 11010 | 10011 | 11100 | 101011001 | 11001 | 111111 |
Color Harmonies of #B88995
Complementary color
Monochromatic Colors of #B88995
Black with #B88995
Text Example
Text Example
White with #B88995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88995; }
p { color: rgb(184,137,149); }
H1.HeaderClassName
{
color: #B88995;
}
.AnyTagClassName
{
color: #B88995;
}
</style>
background-color css
<style>
a { background-color: #B88995; }
a { background-color: rgb(184,137,149); }
div.DivClassName
{
background-color: #B88995;
}
.BgClassName
{
background-color: #B88995;
}
</style>
border-color css
<style>
span { border-color: #B88995; }
span { border-color: rgb(184,137,149); }
td.TdClassName
{
border-color: #B88995;
}
.TagClassName
{
border-color: #B88995;
}
</style>