Shades of Jazzberry Jam #BB1060
Tints of Jazzberry Jam #BB1060
RGB
CMYK
RGB Variations
Color information
#BB1060 (or 0xBB1060) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 60. RGB value is (187,16,96). Sum of RGB (Red+Green+Blue) = 187+16+96=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1060 is #44EF9F. Grayscale: #4C4C4C. Windows color (decimal): -4517792 or 6295739. OLE color: 6295739.
HSL color Cylindrical-coordinate representation of color #BB1060: hue angle of 331.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1060 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 96 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.27 |
| HSL | 331.93º | 0.84% | 0.4% | - |
| HSV(B) | 331.93º | 0.91% | 0.73% | - |
| XYZ | 22.79 | 11.78 | 12.14 | - |
| YUV | 76.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 96 | 0 | 0.91 | 0.49 | 0.27 | 331.93 | 0.84 | 0.4 |
| Hex | BB | 10 | 60 | 0 | 5B | 31 | 1B | 14C | 54 | 28 |
| Octal | 273 | 20 | 140 | 0 | 133 | 61 | 33 | 514 | 124 | 50 |
| Binary | 10111011 | 10000 | 1100000 | 0 | 1011011 | 110001 | 11011 | 101001100 | 1010100 | 101000 |
Color Harmonies of #BB1060
Complementary color
Monochromatic Colors of #BB1060
Black with #BB1060
Text Example
Text Example
White with #BB1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1060; }
p { color: rgb(187,16,96); }
H1.HeaderClassName
{
color: #BB1060;
}
.AnyTagClassName
{
color: #BB1060;
}
</style>
background-color css
<style>
a { background-color: #BB1060; }
a { background-color: rgb(187,16,96); }
div.DivClassName
{
background-color: #BB1060;
}
.BgClassName
{
background-color: #BB1060;
}
</style>
border-color css
<style>
span { border-color: #BB1060; }
span { border-color: rgb(187,16,96); }
td.TdClassName
{
border-color: #BB1060;
}
.TagClassName
{
border-color: #BB1060;
}
</style>