Shades of Viola #B78691
Tints of Viola #B78691
RGB
CMYK
RGB Variations
Color information
#B78691 (or 0xB78691) is known color: Viola. HEX triplet: B7, 86 and 91. RGB value is (183,134,145). Sum of RGB (Red+Green+Blue) = 183+134+145=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B78691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78691 is #48796E. Grayscale: #959595. Windows color (decimal): -4749679 or 9537207. OLE color: 9537207.
HSL color Cylindrical-coordinate representation of color #B78691: hue angle of 346.53º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B78691 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 145 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.28 |
| HSL | 346.53º | 0.25% | 0.62% | - |
| HSV(B) | 346.53º | 0.27% | 0.72% | - |
| XYZ | 33.16 | 29.16 | 30.67 | - |
| YUV | 149.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 145 | 0 | 0.27 | 0.21 | 0.28 | 346.53 | 0.25 | 0.62 |
| Hex | B7 | 86 | 91 | 0 | 1B | 15 | 1C | 15B | 19 | 3E |
| Octal | 267 | 206 | 221 | 0 | 33 | 25 | 34 | 533 | 31 | 76 |
| Binary | 10110111 | 10000110 | 10010001 | 0 | 11011 | 10101 | 11100 | 101011011 | 11001 | 111110 |
Color Harmonies of #B78691
Complementary color
Monochromatic Colors of #B78691
Black with #B78691
Text Example
Text Example
White with #B78691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78691; }
p { color: rgb(183,134,145); }
H1.HeaderClassName
{
color: #B78691;
}
.AnyTagClassName
{
color: #B78691;
}
</style>
background-color css
<style>
a { background-color: #B78691; }
a { background-color: rgb(183,134,145); }
div.DivClassName
{
background-color: #B78691;
}
.BgClassName
{
background-color: #B78691;
}
</style>
border-color css
<style>
span { border-color: #B78691; }
span { border-color: rgb(183,134,145); }
td.TdClassName
{
border-color: #B78691;
}
.TagClassName
{
border-color: #B78691;
}
</style>