Shades of Viola #B29192
Tints of Viola #B29192
RGB
CMYK
RGB Variations
Color information
#B29192 (or 0xB29192) is known color: Viola. HEX triplet: B2, 91 and 92. RGB value is (178,145,146). Sum of RGB (Red+Green+Blue) = 178+145+146=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B29192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29192 is #4D6E6D. Grayscale: #9B9B9B. Windows color (decimal): -5074542 or 9605554. OLE color: 9605554.
HSL color Cylindrical-coordinate representation of color #B29192: hue angle of 358.18º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B29192 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 146 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.30 |
| HSL | 358.18º | 0.18% | 0.63% | - |
| HSV(B) | 358.18º | 0.19% | 0.7% | - |
| XYZ | 33.67 | 31.79 | 31.56 | - |
| YUV | 154.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 146 | 0 | 0.19 | 0.18 | 0.30 | 358.18 | 0.18 | 0.63 |
| Hex | B2 | 91 | 92 | 0 | 13 | 12 | 1E | 166 | 12 | 3F |
| Octal | 262 | 221 | 222 | 0 | 23 | 22 | 36 | 546 | 22 | 77 |
| Binary | 10110010 | 10010001 | 10010010 | 0 | 10011 | 10010 | 11110 | 101100110 | 10010 | 111111 |
Color Harmonies of #B29192
Complementary color
Monochromatic Colors of #B29192
Black with #B29192
Text Example
Text Example
White with #B29192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29192; }
p { color: rgb(178,145,146); }
H1.HeaderClassName
{
color: #B29192;
}
.AnyTagClassName
{
color: #B29192;
}
</style>
background-color css
<style>
a { background-color: #B29192; }
a { background-color: rgb(178,145,146); }
div.DivClassName
{
background-color: #B29192;
}
.BgClassName
{
background-color: #B29192;
}
</style>
border-color css
<style>
span { border-color: #B29192; }
span { border-color: rgb(178,145,146); }
td.TdClassName
{
border-color: #B29192;
}
.TagClassName
{
border-color: #B29192;
}
</style>