Shades of Viola #B08B8C
Tints of Viola #B08B8C
RGB
CMYK
RGB Variations
Color information
#B08B8C (or 0xB08B8C) is known color: Viola. HEX triplet: B0, 8B and 8C. RGB value is (176,139,140). Sum of RGB (Red+Green+Blue) = 176+139+140=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B8C is #4F7473. Grayscale: #969696. Windows color (decimal): -5207156 or 9210800. OLE color: 9210800.
HSL color Cylindrical-coordinate representation of color #B08B8C: hue angle of 358.38º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08B8C is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 140 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.31 |
| HSL | 358.38º | 0.19% | 0.62% | - |
| HSV(B) | 358.38º | 0.21% | 0.69% | - |
| XYZ | 31.87 | 29.59 | 28.84 | - |
| YUV | 150.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 140 | 0 | 0.21 | 0.20 | 0.31 | 358.38 | 0.19 | 0.62 |
| Hex | B0 | 8B | 8C | 0 | 15 | 14 | 1F | 166 | 13 | 3E |
| Octal | 260 | 213 | 214 | 0 | 25 | 24 | 37 | 546 | 23 | 76 |
| Binary | 10110000 | 10001011 | 10001100 | 0 | 10101 | 10100 | 11111 | 101100110 | 10011 | 111110 |
Color Harmonies of #B08B8C
Complementary color
Monochromatic Colors of #B08B8C
Black with #B08B8C
Text Example
Text Example
White with #B08B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B8C; }
p { color: rgb(176,139,140); }
H1.HeaderClassName
{
color: #B08B8C;
}
.AnyTagClassName
{
color: #B08B8C;
}
</style>
background-color css
<style>
a { background-color: #B08B8C; }
a { background-color: rgb(176,139,140); }
div.DivClassName
{
background-color: #B08B8C;
}
.BgClassName
{
background-color: #B08B8C;
}
</style>
border-color css
<style>
span { border-color: #B08B8C; }
span { border-color: rgb(176,139,140); }
td.TdClassName
{
border-color: #B08B8C;
}
.TagClassName
{
border-color: #B08B8C;
}
</style>