Shades of Jazzberry Jam #BB155F
Tints of Jazzberry Jam #BB155F
RGB
CMYK
RGB Variations
Color information
#BB155F (or 0xBB155F) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 5F. RGB value is (187,21,95). Sum of RGB (Red+Green+Blue) = 187+21+95=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB155F is #44EAA0. Grayscale: #4E4E4E. Windows color (decimal): -4516513 or 6231483. OLE color: 6231483.
HSL color Cylindrical-coordinate representation of color #BB155F: hue angle of 333.25º 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 #BB155F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 95 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.27 |
| HSL | 333.25º | 0.8% | 0.41% | - |
| HSV(B) | 333.25º | 0.89% | 0.73% | - |
| XYZ | 22.83 | 11.93 | 11.93 | - |
| YUV | 79.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 95 | 0 | 0.89 | 0.49 | 0.27 | 333.25 | 0.8 | 0.41 |
| Hex | BB | 15 | 5F | 0 | 59 | 31 | 1B | 14D | 50 | 29 |
| Octal | 273 | 25 | 137 | 0 | 131 | 61 | 33 | 515 | 120 | 51 |
| Binary | 10111011 | 10101 | 1011111 | 0 | 1011001 | 110001 | 11011 | 101001101 | 1010000 | 101001 |
Color Harmonies of #BB155F
Complementary color
Monochromatic Colors of #BB155F
Black with #BB155F
Text Example
Text Example
White with #BB155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB155F; }
p { color: rgb(187,21,95); }
H1.HeaderClassName
{
color: #BB155F;
}
.AnyTagClassName
{
color: #BB155F;
}
</style>
background-color css
<style>
a { background-color: #BB155F; }
a { background-color: rgb(187,21,95); }
div.DivClassName
{
background-color: #BB155F;
}
.BgClassName
{
background-color: #BB155F;
}
</style>
border-color css
<style>
span { border-color: #BB155F; }
span { border-color: rgb(187,21,95); }
td.TdClassName
{
border-color: #BB155F;
}
.TagClassName
{
border-color: #BB155F;
}
</style>