Shades of Jazzberry Jam #BB1764
Tints of Jazzberry Jam #BB1764
RGB
CMYK
RGB Variations
Color information
#BB1764 (or 0xBB1764) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 64. RGB value is (187,23,100). Sum of RGB (Red+Green+Blue) = 187+23+100=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1764 is #44E89B. Grayscale: #505050. Windows color (decimal): -4515996 or 6559675. OLE color: 6559675.
HSL color Cylindrical-coordinate representation of color #BB1764: hue angle of 331.83º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1764 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 100 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.27 |
| HSL | 331.83º | 0.78% | 0.41% | - |
| HSV(B) | 331.83º | 0.88% | 0.73% | - |
| XYZ | 23.1 | 12.1 | 13.17 | - |
| YUV | 80.81 | 138.83 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 100 | 0 | 0.88 | 0.47 | 0.27 | 331.83 | 0.78 | 0.41 |
| Hex | BB | 17 | 64 | 0 | 58 | 2F | 1B | 14C | 4E | 29 |
| Octal | 273 | 27 | 144 | 0 | 130 | 57 | 33 | 514 | 116 | 51 |
| Binary | 10111011 | 10111 | 1100100 | 0 | 1011000 | 101111 | 11011 | 101001100 | 1001110 | 101001 |
Color Harmonies of #BB1764
Complementary color
Monochromatic Colors of #BB1764
Black with #BB1764
Text Example
Text Example
White with #BB1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1764; }
p { color: rgb(187,23,100); }
H1.HeaderClassName
{
color: #BB1764;
}
.AnyTagClassName
{
color: #BB1764;
}
</style>
background-color css
<style>
a { background-color: #BB1764; }
a { background-color: rgb(187,23,100); }
div.DivClassName
{
background-color: #BB1764;
}
.BgClassName
{
background-color: #BB1764;
}
</style>
border-color css
<style>
span { border-color: #BB1764; }
span { border-color: rgb(187,23,100); }
td.TdClassName
{
border-color: #BB1764;
}
.TagClassName
{
border-color: #BB1764;
}
</style>