Shades of Jazzberry Jam #BB0760
Tints of Jazzberry Jam #BB0760
RGB
CMYK
RGB Variations
Color information
#BB0760 (or 0xBB0760) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 60. RGB value is (187,7,96). Sum of RGB (Red+Green+Blue) = 187+7+96=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0760 is #44F89F. Grayscale: #464646. Windows color (decimal): -4520096 or 6293435. OLE color: 6293435.
HSL color Cylindrical-coordinate representation of color #BB0760: hue angle of 330.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0760 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 96 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.27 |
| HSL | 330.33º | 0.93% | 0.38% | - |
| HSV(B) | 330.33º | 0.96% | 0.73% | - |
| XYZ | 22.68 | 11.56 | 12.1 | - |
| YUV | 70.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 96 | 0 | 0.96 | 0.49 | 0.27 | 330.33 | 0.93 | 0.38 |
| Hex | BB | 7 | 60 | 0 | 60 | 31 | 1B | 14A | 5D | 26 |
| Octal | 273 | 7 | 140 | 0 | 140 | 61 | 33 | 512 | 135 | 46 |
| Binary | 10111011 | 111 | 1100000 | 0 | 1100000 | 110001 | 11011 | 101001010 | 1011101 | 100110 |
Color Harmonies of #BB0760
Complementary color
Monochromatic Colors of #BB0760
Black with #BB0760
Text Example
Text Example
White with #BB0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0760; }
p { color: rgb(187,7,96); }
H1.HeaderClassName
{
color: #BB0760;
}
.AnyTagClassName
{
color: #BB0760;
}
</style>
background-color css
<style>
a { background-color: #BB0760; }
a { background-color: rgb(187,7,96); }
div.DivClassName
{
background-color: #BB0760;
}
.BgClassName
{
background-color: #BB0760;
}
</style>
border-color css
<style>
span { border-color: #BB0760; }
span { border-color: rgb(187,7,96); }
td.TdClassName
{
border-color: #BB0760;
}
.TagClassName
{
border-color: #BB0760;
}
</style>