Shades of Jazzberry Jam #BB1457
Tints of Jazzberry Jam #BB1457
RGB
CMYK
RGB Variations
Color information
#BB1457 (or 0xBB1457) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 57. RGB value is (187,20,87). Sum of RGB (Red+Green+Blue) = 187+20+87=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1457 is #44EBA8. Grayscale: #4D4D4D. Windows color (decimal): -4516777 or 5706939. OLE color: 5706939.
HSL color Cylindrical-coordinate representation of color #BB1457: hue angle of 335.93º 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 #BB1457 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 87 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.27 |
| HSL | 335.93º | 0.81% | 0.41% | - |
| HSV(B) | 335.93º | 0.89% | 0.73% | - |
| XYZ | 22.46 | 11.75 | 10.1 | - |
| YUV | 77.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 87 | 0 | 0.89 | 0.53 | 0.27 | 335.93 | 0.81 | 0.41 |
| Hex | BB | 14 | 57 | 0 | 59 | 35 | 1B | 150 | 51 | 29 |
| Octal | 273 | 24 | 127 | 0 | 131 | 65 | 33 | 520 | 121 | 51 |
| Binary | 10111011 | 10100 | 1010111 | 0 | 1011001 | 110101 | 11011 | 101010000 | 1010001 | 101001 |
Color Harmonies of #BB1457
Complementary color
Monochromatic Colors of #BB1457
Black with #BB1457
Text Example
Text Example
White with #BB1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1457; }
p { color: rgb(187,20,87); }
H1.HeaderClassName
{
color: #BB1457;
}
.AnyTagClassName
{
color: #BB1457;
}
</style>
background-color css
<style>
a { background-color: #BB1457; }
a { background-color: rgb(187,20,87); }
div.DivClassName
{
background-color: #BB1457;
}
.BgClassName
{
background-color: #BB1457;
}
</style>
border-color css
<style>
span { border-color: #BB1457; }
span { border-color: rgb(187,20,87); }
td.TdClassName
{
border-color: #BB1457;
}
.TagClassName
{
border-color: #BB1457;
}
</style>