Shades of Jazzberry Jam #BB0160
Tints of Jazzberry Jam #BB0160
RGB
CMYK
RGB Variations
Color information
#BB0160 (or 0xBB0160) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 60. RGB value is (187,1,96). Sum of RGB (Red+Green+Blue) = 187+1+96=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0160 is #44FE9F. Grayscale: #434343. Windows color (decimal): -4521632 or 6291899. OLE color: 6291899.
HSL color Cylindrical-coordinate representation of color #BB0160: hue angle of 329.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0160 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.27 |
| HSL | 329.35º | 0.99% | 0.37% | - |
| HSV(B) | 329.35º | 0.99% | 0.73% | - |
| XYZ | 22.62 | 11.43 | 12.08 | - |
| YUV | 67.44 | 144.12 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 96 | 0 | 0.99 | 0.49 | 0.27 | 329.35 | 0.99 | 0.37 |
| Hex | BB | 1 | 60 | 0 | 63 | 31 | 1B | 149 | 63 | 25 |
| Octal | 273 | 1 | 140 | 0 | 143 | 61 | 33 | 511 | 143 | 45 |
| Binary | 10111011 | 1 | 1100000 | 0 | 1100011 | 110001 | 11011 | 101001001 | 1100011 | 100101 |
Color Harmonies of #BB0160
Complementary color
Monochromatic Colors of #BB0160
Black with #BB0160
Text Example
Text Example
White with #BB0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0160; }
p { color: rgb(187,1,96); }
H1.HeaderClassName
{
color: #BB0160;
}
.AnyTagClassName
{
color: #BB0160;
}
</style>
background-color css
<style>
a { background-color: #BB0160; }
a { background-color: rgb(187,1,96); }
div.DivClassName
{
background-color: #BB0160;
}
.BgClassName
{
background-color: #BB0160;
}
</style>
border-color css
<style>
span { border-color: #BB0160; }
span { border-color: rgb(187,1,96); }
td.TdClassName
{
border-color: #BB0160;
}
.TagClassName
{
border-color: #BB0160;
}
</style>