Shades of Viola #B6888B
Tints of Viola #B6888B
RGB
CMYK
RGB Variations
Color information
#B6888B (or 0xB6888B) is known color: Viola. HEX triplet: B6, 88 and 8B. RGB value is (182,136,139). Sum of RGB (Red+Green+Blue) = 182+136+139=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6888B is #497774. Grayscale: #969696. Windows color (decimal): -4814709 or 9144502. OLE color: 9144502.
HSL color Cylindrical-coordinate representation of color #B6888B: hue angle of 356.09º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6888B is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 139 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.29 |
| HSL | 356.09º | 0.24% | 0.62% | - |
| HSV(B) | 356.09º | 0.25% | 0.71% | - |
| XYZ | 32.76 | 29.42 | 28.38 | - |
| YUV | 150.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 139 | 0 | 0.25 | 0.24 | 0.29 | 356.09 | 0.24 | 0.62 |
| Hex | B6 | 88 | 8B | 0 | 19 | 18 | 1D | 164 | 18 | 3E |
| Octal | 266 | 210 | 213 | 0 | 31 | 30 | 35 | 544 | 30 | 76 |
| Binary | 10110110 | 10001000 | 10001011 | 0 | 11001 | 11000 | 11101 | 101100100 | 11000 | 111110 |
Color Harmonies of #B6888B
Complementary color
Monochromatic Colors of #B6888B
Black with #B6888B
Text Example
Text Example
White with #B6888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6888B; }
p { color: rgb(182,136,139); }
H1.HeaderClassName
{
color: #B6888B;
}
.AnyTagClassName
{
color: #B6888B;
}
</style>
background-color css
<style>
a { background-color: #B6888B; }
a { background-color: rgb(182,136,139); }
div.DivClassName
{
background-color: #B6888B;
}
.BgClassName
{
background-color: #B6888B;
}
</style>
border-color css
<style>
span { border-color: #B6888B; }
span { border-color: rgb(182,136,139); }
td.TdClassName
{
border-color: #B6888B;
}
.TagClassName
{
border-color: #B6888B;
}
</style>