Shades of Viola #BB8B92
Tints of Viola #BB8B92
RGB
CMYK
RGB Variations
Color information
#BB8B92 (or 0xBB8B92) is known color: Viola. HEX triplet: BB, 8B and 92. RGB value is (187,139,146). Sum of RGB (Red+Green+Blue) = 187+139+146=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8B92 is #44746D. Grayscale: #9A9A9A. Windows color (decimal): -4486254 or 9604027. OLE color: 9604027.
HSL color Cylindrical-coordinate representation of color #BB8B92: hue angle of 351.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8B92 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 146 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.27 |
| HSL | 351.25º | 0.26% | 0.64% | - |
| HSV(B) | 351.25º | 0.26% | 0.73% | - |
| XYZ | 34.91 | 31.11 | 31.36 | - |
| YUV | 154.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 146 | 0 | 0.26 | 0.22 | 0.27 | 351.25 | 0.26 | 0.64 |
| Hex | BB | 8B | 92 | 0 | 1A | 16 | 1B | 15F | 1A | 40 |
| Octal | 273 | 213 | 222 | 0 | 32 | 26 | 33 | 537 | 32 | 100 |
| Binary | 10111011 | 10001011 | 10010010 | 0 | 11010 | 10110 | 11011 | 101011111 | 11010 | 1000000 |
Color Harmonies of #BB8B92
Complementary color
Monochromatic Colors of #BB8B92
Black with #BB8B92
Text Example
Text Example
White with #BB8B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B92; }
p { color: rgb(187,139,146); }
H1.HeaderClassName
{
color: #BB8B92;
}
.AnyTagClassName
{
color: #BB8B92;
}
</style>
background-color css
<style>
a { background-color: #BB8B92; }
a { background-color: rgb(187,139,146); }
div.DivClassName
{
background-color: #BB8B92;
}
.BgClassName
{
background-color: #BB8B92;
}
</style>
border-color css
<style>
span { border-color: #BB8B92; }
span { border-color: rgb(187,139,146); }
td.TdClassName
{
border-color: #BB8B92;
}
.TagClassName
{
border-color: #BB8B92;
}
</style>