Shades of Jazzberry Jam #BB1767
Tints of Jazzberry Jam #BB1767
RGB
CMYK
RGB Variations
Color information
#BB1767 (or 0xBB1767) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 67. RGB value is (187,23,103). Sum of RGB (Red+Green+Blue) = 187+23+103=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1767 is #44E898. Grayscale: #515151. Windows color (decimal): -4515993 or 6756283. OLE color: 6756283.
HSL color Cylindrical-coordinate representation of color #BB1767: hue angle of 330.73º 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 #BB1767 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 103 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.27 |
| HSL | 330.73º | 0.78% | 0.41% | - |
| HSV(B) | 330.73º | 0.88% | 0.73% | - |
| XYZ | 23.25 | 12.16 | 13.95 | - |
| YUV | 81.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 103 | 0 | 0.88 | 0.45 | 0.27 | 330.73 | 0.78 | 0.41 |
| Hex | BB | 17 | 67 | 0 | 58 | 2D | 1B | 14B | 4E | 29 |
| Octal | 273 | 27 | 147 | 0 | 130 | 55 | 33 | 513 | 116 | 51 |
| Binary | 10111011 | 10111 | 1100111 | 0 | 1011000 | 101101 | 11011 | 101001011 | 1001110 | 101001 |
Color Harmonies of #BB1767
Complementary color
Monochromatic Colors of #BB1767
Black with #BB1767
Text Example
Text Example
White with #BB1767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1767; }
p { color: rgb(187,23,103); }
H1.HeaderClassName
{
color: #BB1767;
}
.AnyTagClassName
{
color: #BB1767;
}
</style>
background-color css
<style>
a { background-color: #BB1767; }
a { background-color: rgb(187,23,103); }
div.DivClassName
{
background-color: #BB1767;
}
.BgClassName
{
background-color: #BB1767;
}
</style>
border-color css
<style>
span { border-color: #BB1767; }
span { border-color: rgb(187,23,103); }
td.TdClassName
{
border-color: #BB1767;
}
.TagClassName
{
border-color: #BB1767;
}
</style>