Shades of Viola #B58B8C
Tints of Viola #B58B8C
RGB
CMYK
RGB Variations
Color information
#B58B8C (or 0xB58B8C) is known color: Viola. HEX triplet: B5, 8B and 8C. RGB value is (181,139,140). Sum of RGB (Red+Green+Blue) = 181+139+140=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B8C is #4A7473. Grayscale: #979797. Windows color (decimal): -4879476 or 9210805. OLE color: 9210805.
HSL color Cylindrical-coordinate representation of color #B58B8C: hue angle of 358.57º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58B8C is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 140 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.29 |
| HSL | 358.57º | 0.22% | 0.63% | - |
| HSV(B) | 358.57º | 0.23% | 0.71% | - |
| XYZ | 33.02 | 30.18 | 28.9 | - |
| YUV | 151.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 140 | 0 | 0.23 | 0.23 | 0.29 | 358.57 | 0.22 | 0.63 |
| Hex | B5 | 8B | 8C | 0 | 17 | 17 | 1D | 167 | 16 | 3F |
| Octal | 265 | 213 | 214 | 0 | 27 | 27 | 35 | 547 | 26 | 77 |
| Binary | 10110101 | 10001011 | 10001100 | 0 | 10111 | 10111 | 11101 | 101100111 | 10110 | 111111 |
Color Harmonies of #B58B8C
Complementary color
Monochromatic Colors of #B58B8C
Black with #B58B8C
Text Example
Text Example
White with #B58B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B8C; }
p { color: rgb(181,139,140); }
H1.HeaderClassName
{
color: #B58B8C;
}
.AnyTagClassName
{
color: #B58B8C;
}
</style>
background-color css
<style>
a { background-color: #B58B8C; }
a { background-color: rgb(181,139,140); }
div.DivClassName
{
background-color: #B58B8C;
}
.BgClassName
{
background-color: #B58B8C;
}
</style>
border-color css
<style>
span { border-color: #B58B8C; }
span { border-color: rgb(181,139,140); }
td.TdClassName
{
border-color: #B58B8C;
}
.TagClassName
{
border-color: #B58B8C;
}
</style>