Shades of Viola #B7888A
Tints of Viola #B7888A
RGB
CMYK
RGB Variations
Color information
#B7888A (or 0xB7888A) is known color: Viola. HEX triplet: B7, 88 and 8A. RGB value is (183,136,138). Sum of RGB (Red+Green+Blue) = 183+136+138=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7888A is #487775. Grayscale: #969696. Windows color (decimal): -4749174 or 9078967. OLE color: 9078967.
HSL color Cylindrical-coordinate representation of color #B7888A: hue angle of 357.45º 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 #B7888A is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 138 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.28 |
| HSL | 357.45º | 0.25% | 0.63% | - |
| HSV(B) | 357.45º | 0.26% | 0.72% | - |
| XYZ | 32.92 | 29.51 | 28.01 | - |
| YUV | 150.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 138 | 0 | 0.26 | 0.25 | 0.28 | 357.45 | 0.25 | 0.63 |
| Hex | B7 | 88 | 8A | 0 | 1A | 19 | 1C | 165 | 19 | 3F |
| Octal | 267 | 210 | 212 | 0 | 32 | 31 | 34 | 545 | 31 | 77 |
| Binary | 10110111 | 10001000 | 10001010 | 0 | 11010 | 11001 | 11100 | 101100101 | 11001 | 111111 |
Color Harmonies of #B7888A
Complementary color
Monochromatic Colors of #B7888A
Black with #B7888A
Text Example
Text Example
White with #B7888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7888A; }
p { color: rgb(183,136,138); }
H1.HeaderClassName
{
color: #B7888A;
}
.AnyTagClassName
{
color: #B7888A;
}
</style>
background-color css
<style>
a { background-color: #B7888A; }
a { background-color: rgb(183,136,138); }
div.DivClassName
{
background-color: #B7888A;
}
.BgClassName
{
background-color: #B7888A;
}
</style>
border-color css
<style>
span { border-color: #B7888A; }
span { border-color: rgb(183,136,138); }
td.TdClassName
{
border-color: #B7888A;
}
.TagClassName
{
border-color: #B7888A;
}
</style>