Shades of Viola #B89194
Tints of Viola #B89194
RGB
CMYK
RGB Variations
Color information
#B89194 (or 0xB89194) is known color: Viola. HEX triplet: B8, 91 and 94. RGB value is (184,145,148). Sum of RGB (Red+Green+Blue) = 184+145+148=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B89194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89194 is #476E6B. Grayscale: #9D9D9D. Windows color (decimal): -4681324 or 9736632. OLE color: 9736632.
HSL color Cylindrical-coordinate representation of color #B89194: hue angle of 355.38º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B89194 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 148 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.28 |
| HSL | 355.38º | 0.22% | 0.65% | - |
| HSV(B) | 355.38º | 0.21% | 0.72% | - |
| XYZ | 35.24 | 32.58 | 32.45 | - |
| YUV | 157 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 148 | 0 | 0.21 | 0.20 | 0.28 | 355.38 | 0.22 | 0.65 |
| Hex | B8 | 91 | 94 | 0 | 15 | 14 | 1C | 163 | 16 | 41 |
| Octal | 270 | 221 | 224 | 0 | 25 | 24 | 34 | 543 | 26 | 101 |
| Binary | 10111000 | 10010001 | 10010100 | 0 | 10101 | 10100 | 11100 | 101100011 | 10110 | 1000001 |
Color Harmonies of #B89194
Complementary color
Monochromatic Colors of #B89194
Black with #B89194
Text Example
Text Example
White with #B89194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89194; }
p { color: rgb(184,145,148); }
H1.HeaderClassName
{
color: #B89194;
}
.AnyTagClassName
{
color: #B89194;
}
</style>
background-color css
<style>
a { background-color: #B89194; }
a { background-color: rgb(184,145,148); }
div.DivClassName
{
background-color: #B89194;
}
.BgClassName
{
background-color: #B89194;
}
</style>
border-color css
<style>
span { border-color: #B89194; }
span { border-color: rgb(184,145,148); }
td.TdClassName
{
border-color: #B89194;
}
.TagClassName
{
border-color: #B89194;
}
</style>