Shades of Jazzberry Jam #BB1966
Tints of Jazzberry Jam #BB1966
RGB
CMYK
RGB Variations
Color information
#BB1966 (or 0xBB1966) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 66. RGB value is (187,25,102). Sum of RGB (Red+Green+Blue) = 187+25+102=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1966 is #44E699. Grayscale: #525252. Windows color (decimal): -4515482 or 6691259. OLE color: 6691259.
HSL color Cylindrical-coordinate representation of color #BB1966: hue angle of 331.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1966 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 102 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.27 |
| HSL | 331.48º | 0.76% | 0.42% | - |
| HSV(B) | 331.48º | 0.87% | 0.73% | - |
| XYZ | 23.24 | 12.22 | 13.7 | - |
| YUV | 82.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 102 | 0 | 0.87 | 0.45 | 0.27 | 331.48 | 0.76 | 0.42 |
| Hex | BB | 19 | 66 | 0 | 57 | 2D | 1B | 14B | 4C | 2A |
| Octal | 273 | 31 | 146 | 0 | 127 | 55 | 33 | 513 | 114 | 52 |
| Binary | 10111011 | 11001 | 1100110 | 0 | 1010111 | 101101 | 11011 | 101001011 | 1001100 | 101010 |
Color Harmonies of #BB1966
Complementary color
Monochromatic Colors of #BB1966
Black with #BB1966
Text Example
Text Example
White with #BB1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1966; }
p { color: rgb(187,25,102); }
H1.HeaderClassName
{
color: #BB1966;
}
.AnyTagClassName
{
color: #BB1966;
}
</style>
background-color css
<style>
a { background-color: #BB1966; }
a { background-color: rgb(187,25,102); }
div.DivClassName
{
background-color: #BB1966;
}
.BgClassName
{
background-color: #BB1966;
}
</style>
border-color css
<style>
span { border-color: #BB1966; }
span { border-color: rgb(187,25,102); }
td.TdClassName
{
border-color: #BB1966;
}
.TagClassName
{
border-color: #BB1966;
}
</style>