Shades of Viola #B69095
Tints of Viola #B69095
RGB
CMYK
RGB Variations
Color information
#B69095 (or 0xB69095) is known color: Viola. HEX triplet: B6, 90 and 95. RGB value is (182,144,149). Sum of RGB (Red+Green+Blue) = 182+144+149=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B69095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69095 is #496F6A. Grayscale: #9B9B9B. Windows color (decimal): -4812651 or 9801910. OLE color: 9801910.
HSL color Cylindrical-coordinate representation of color #B69095: hue angle of 352.11º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B69095 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 144 | 149 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.29 |
| HSL | 352.11º | 0.21% | 0.64% | - |
| HSV(B) | 352.11º | 0.21% | 0.71% | - |
| XYZ | 34.69 | 32.06 | 32.79 | - |
| YUV | 155.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 144 | 149 | 0 | 0.21 | 0.18 | 0.29 | 352.11 | 0.21 | 0.64 |
| Hex | B6 | 90 | 95 | 0 | 15 | 12 | 1D | 160 | 15 | 40 |
| Octal | 266 | 220 | 225 | 0 | 25 | 22 | 35 | 540 | 25 | 100 |
| Binary | 10110110 | 10010000 | 10010101 | 0 | 10101 | 10010 | 11101 | 101100000 | 10101 | 1000000 |
Color Harmonies of #B69095
Complementary color
Monochromatic Colors of #B69095
Black with #B69095
Text Example
Text Example
White with #B69095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69095; }
p { color: rgb(182,144,149); }
H1.HeaderClassName
{
color: #B69095;
}
.AnyTagClassName
{
color: #B69095;
}
</style>
background-color css
<style>
a { background-color: #B69095; }
a { background-color: rgb(182,144,149); }
div.DivClassName
{
background-color: #B69095;
}
.BgClassName
{
background-color: #B69095;
}
</style>
border-color css
<style>
span { border-color: #B69095; }
span { border-color: rgb(182,144,149); }
td.TdClassName
{
border-color: #B69095;
}
.TagClassName
{
border-color: #B69095;
}
</style>