Shades of Viola #B39295
Tints of Viola #B39295
RGB
CMYK
RGB Variations
Color information
#B39295 (or 0xB39295) is known color: Viola. HEX triplet: B3, 92 and 95. RGB value is (179,146,149). Sum of RGB (Red+Green+Blue) = 179+146+149=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B39295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39295 is #4C6D6A. Grayscale: #9C9C9C. Windows color (decimal): -5008747 or 9802419. OLE color: 9802419.
HSL color Cylindrical-coordinate representation of color #B39295: hue angle of 354.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B39295 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 149 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.30 |
| HSL | 354.55º | 0.18% | 0.64% | - |
| HSV(B) | 354.55º | 0.18% | 0.7% | - |
| XYZ | 34.29 | 32.31 | 32.86 | - |
| YUV | 156.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 149 | 0 | 0.18 | 0.17 | 0.30 | 354.55 | 0.18 | 0.64 |
| Hex | B3 | 92 | 95 | 0 | 12 | 11 | 1E | 163 | 12 | 40 |
| Octal | 263 | 222 | 225 | 0 | 22 | 21 | 36 | 543 | 22 | 100 |
| Binary | 10110011 | 10010010 | 10010101 | 0 | 10010 | 10001 | 11110 | 101100011 | 10010 | 1000000 |
Color Harmonies of #B39295
Complementary color
Monochromatic Colors of #B39295
Black with #B39295
Text Example
Text Example
White with #B39295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39295; }
p { color: rgb(179,146,149); }
H1.HeaderClassName
{
color: #B39295;
}
.AnyTagClassName
{
color: #B39295;
}
</style>
background-color css
<style>
a { background-color: #B39295; }
a { background-color: rgb(179,146,149); }
div.DivClassName
{
background-color: #B39295;
}
.BgClassName
{
background-color: #B39295;
}
</style>
border-color css
<style>
span { border-color: #B39295; }
span { border-color: rgb(179,146,149); }
td.TdClassName
{
border-color: #B39295;
}
.TagClassName
{
border-color: #B39295;
}
</style>