Shades of Viola #B49094
Tints of Viola #B49094
RGB
CMYK
RGB Variations
Color information
#B49094 (or 0xB49094) is known color: Viola. HEX triplet: B4, 90 and 94. RGB value is (180,144,148). Sum of RGB (Red+Green+Blue) = 180+144+148=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B49094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49094 is #4B6F6B. Grayscale: #9B9B9B. Windows color (decimal): -4943724 or 9736372. OLE color: 9736372.
HSL color Cylindrical-coordinate representation of color #B49094: hue angle of 353.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B49094 is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 148 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.29 |
| HSL | 353.33º | 0.19% | 0.64% | - |
| HSV(B) | 353.33º | 0.2% | 0.71% | - |
| XYZ | 34.14 | 31.79 | 32.35 | - |
| YUV | 155.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 148 | 0 | 0.2 | 0.18 | 0.29 | 353.33 | 0.19 | 0.64 |
| Hex | B4 | 90 | 94 | 0 | 14 | 12 | 1D | 161 | 13 | 40 |
| Octal | 264 | 220 | 224 | 0 | 24 | 22 | 35 | 541 | 23 | 100 |
| Binary | 10110100 | 10010000 | 10010100 | 0 | 10100 | 10010 | 11101 | 101100001 | 10011 | 1000000 |
Color Harmonies of #B49094
Complementary color
Monochromatic Colors of #B49094
Black with #B49094
Text Example
Text Example
White with #B49094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49094; }
p { color: rgb(180,144,148); }
H1.HeaderClassName
{
color: #B49094;
}
.AnyTagClassName
{
color: #B49094;
}
</style>
background-color css
<style>
a { background-color: #B49094; }
a { background-color: rgb(180,144,148); }
div.DivClassName
{
background-color: #B49094;
}
.BgClassName
{
background-color: #B49094;
}
</style>
border-color css
<style>
span { border-color: #B49094; }
span { border-color: rgb(180,144,148); }
td.TdClassName
{
border-color: #B49094;
}
.TagClassName
{
border-color: #B49094;
}
</style>