Shades of Jazzberry Jam #BB1569
Tints of Jazzberry Jam #BB1569
RGB
CMYK
RGB Variations
Color information
#BB1569 (or 0xBB1569) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 69. RGB value is (187,21,105). Sum of RGB (Red+Green+Blue) = 187+21+105=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1569 is #44EA96. Grayscale: #505050. Windows color (decimal): -4516503 or 6886843. OLE color: 6886843.
HSL color Cylindrical-coordinate representation of color #BB1569: hue angle of 329.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1569 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 105 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.27 |
| HSL | 329.64º | 0.8% | 0.41% | - |
| HSV(B) | 329.64º | 0.89% | 0.73% | - |
| XYZ | 23.31 | 12.12 | 14.48 | - |
| YUV | 80.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 105 | 0 | 0.89 | 0.44 | 0.27 | 329.64 | 0.8 | 0.41 |
| Hex | BB | 15 | 69 | 0 | 59 | 2C | 1B | 14A | 50 | 29 |
| Octal | 273 | 25 | 151 | 0 | 131 | 54 | 33 | 512 | 120 | 51 |
| Binary | 10111011 | 10101 | 1101001 | 0 | 1011001 | 101100 | 11011 | 101001010 | 1010000 | 101001 |
Color Harmonies of #BB1569
Complementary color
Monochromatic Colors of #BB1569
Black with #BB1569
Text Example
Text Example
White with #BB1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1569; }
p { color: rgb(187,21,105); }
H1.HeaderClassName
{
color: #BB1569;
}
.AnyTagClassName
{
color: #BB1569;
}
</style>
background-color css
<style>
a { background-color: #BB1569; }
a { background-color: rgb(187,21,105); }
div.DivClassName
{
background-color: #BB1569;
}
.BgClassName
{
background-color: #BB1569;
}
</style>
border-color css
<style>
span { border-color: #BB1569; }
span { border-color: rgb(187,21,105); }
td.TdClassName
{
border-color: #BB1569;
}
.TagClassName
{
border-color: #BB1569;
}
</style>