Shades of Viola #B09197
Tints of Viola #B09197
RGB
CMYK
RGB Variations
Color information
#B09197 (or 0xB09197) is known color: Viola. HEX triplet: B0, 91 and 97. RGB value is (176,145,151). Sum of RGB (Red+Green+Blue) = 176+145+151=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B09197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09197 is #4F6E68. Grayscale: #9A9A9A. Windows color (decimal): -5205609 or 9933232. OLE color: 9933232.
HSL color Cylindrical-coordinate representation of color #B09197: hue angle of 348.39º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09197 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 151 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.31 |
| HSL | 348.39º | 0.16% | 0.63% | - |
| HSV(B) | 348.39º | 0.18% | 0.69% | - |
| XYZ | 33.62 | 31.72 | 33.63 | - |
| YUV | 154.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 151 | 0 | 0.18 | 0.14 | 0.31 | 348.39 | 0.16 | 0.63 |
| Hex | B0 | 91 | 97 | 0 | 12 | E | 1F | 15C | 10 | 3F |
| Octal | 260 | 221 | 227 | 0 | 22 | 16 | 37 | 534 | 20 | 77 |
| Binary | 10110000 | 10010001 | 10010111 | 0 | 10010 | 1110 | 11111 | 101011100 | 10000 | 111111 |
Color Harmonies of #B09197
Complementary color
Monochromatic Colors of #B09197
Black with #B09197
Text Example
Text Example
White with #B09197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09197; }
p { color: rgb(176,145,151); }
H1.HeaderClassName
{
color: #B09197;
}
.AnyTagClassName
{
color: #B09197;
}
</style>
background-color css
<style>
a { background-color: #B09197; }
a { background-color: rgb(176,145,151); }
div.DivClassName
{
background-color: #B09197;
}
.BgClassName
{
background-color: #B09197;
}
</style>
border-color css
<style>
span { border-color: #B09197; }
span { border-color: rgb(176,145,151); }
td.TdClassName
{
border-color: #B09197;
}
.TagClassName
{
border-color: #B09197;
}
</style>