Shades of Jazzberry Jam #BB1761
Tints of Jazzberry Jam #BB1761
RGB
CMYK
RGB Variations
Color information
#BB1761 (or 0xBB1761) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 61. RGB value is (187,23,97). Sum of RGB (Red+Green+Blue) = 187+23+97=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1761 is #44E89E. Grayscale: #505050. Windows color (decimal): -4515999 or 6363067. OLE color: 6363067.
HSL color Cylindrical-coordinate representation of color #BB1761: hue angle of 332.93º 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 #BB1761 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 97 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.27 |
| HSL | 332.93º | 0.78% | 0.41% | - |
| HSV(B) | 332.93º | 0.88% | 0.73% | - |
| XYZ | 22.96 | 12.04 | 12.42 | - |
| YUV | 80.47 | 137.33 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 97 | 0 | 0.88 | 0.48 | 0.27 | 332.93 | 0.78 | 0.41 |
| Hex | BB | 17 | 61 | 0 | 58 | 30 | 1B | 14D | 4E | 29 |
| Octal | 273 | 27 | 141 | 0 | 130 | 60 | 33 | 515 | 116 | 51 |
| Binary | 10111011 | 10111 | 1100001 | 0 | 1011000 | 110000 | 11011 | 101001101 | 1001110 | 101001 |
Color Harmonies of #BB1761
Complementary color
Monochromatic Colors of #BB1761
Black with #BB1761
Text Example
Text Example
White with #BB1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1761; }
p { color: rgb(187,23,97); }
H1.HeaderClassName
{
color: #BB1761;
}
.AnyTagClassName
{
color: #BB1761;
}
</style>
background-color css
<style>
a { background-color: #BB1761; }
a { background-color: rgb(187,23,97); }
div.DivClassName
{
background-color: #BB1761;
}
.BgClassName
{
background-color: #BB1761;
}
</style>
border-color css
<style>
span { border-color: #BB1761; }
span { border-color: rgb(187,23,97); }
td.TdClassName
{
border-color: #BB1761;
}
.TagClassName
{
border-color: #BB1761;
}
</style>