Shades of Jazzberry Jam #BB1453
Tints of Jazzberry Jam #BB1453
RGB
CMYK
RGB Variations
Color information
#BB1453 (or 0xBB1453) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 53. RGB value is (187,20,83). Sum of RGB (Red+Green+Blue) = 187+20+83=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1453 is #44EBAC. Grayscale: #4D4D4D. Windows color (decimal): -4516781 or 5444795. OLE color: 5444795.
HSL color Cylindrical-coordinate representation of color #BB1453: hue angle of 337.37º degrees, saturation: 0.81, 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 #BB1453 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 83 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.27 |
| HSL | 337.37º | 0.81% | 0.41% | - |
| HSV(B) | 337.37º | 0.89% | 0.73% | - |
| XYZ | 22.31 | 11.69 | 9.26 | - |
| YUV | 77.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 83 | 0 | 0.89 | 0.56 | 0.27 | 337.37 | 0.81 | 0.41 |
| Hex | BB | 14 | 53 | 0 | 59 | 38 | 1B | 151 | 51 | 29 |
| Octal | 273 | 24 | 123 | 0 | 131 | 70 | 33 | 521 | 121 | 51 |
| Binary | 10111011 | 10100 | 1010011 | 0 | 1011001 | 111000 | 11011 | 101010001 | 1010001 | 101001 |
Color Harmonies of #BB1453
Complementary color
Monochromatic Colors of #BB1453
Black with #BB1453
Text Example
Text Example
White with #BB1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1453; }
p { color: rgb(187,20,83); }
H1.HeaderClassName
{
color: #BB1453;
}
.AnyTagClassName
{
color: #BB1453;
}
</style>
background-color css
<style>
a { background-color: #BB1453; }
a { background-color: rgb(187,20,83); }
div.DivClassName
{
background-color: #BB1453;
}
.BgClassName
{
background-color: #BB1453;
}
</style>
border-color css
<style>
span { border-color: #BB1453; }
span { border-color: rgb(187,20,83); }
td.TdClassName
{
border-color: #BB1453;
}
.TagClassName
{
border-color: #BB1453;
}
</style>