Shades of Jazzberry Jam #BB155D
Tints of Jazzberry Jam #BB155D
RGB
CMYK
RGB Variations
Color information
#BB155D (or 0xBB155D) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 5D. RGB value is (187,21,93). Sum of RGB (Red+Green+Blue) = 187+21+93=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB155D is #44EAA2. Grayscale: #4E4E4E. Windows color (decimal): -4516515 or 6100411. OLE color: 6100411.
HSL color Cylindrical-coordinate representation of color #BB155D: hue angle of 333.98º 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 #BB155D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 93 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.27 |
| HSL | 333.98º | 0.8% | 0.41% | - |
| HSV(B) | 333.98º | 0.89% | 0.73% | - |
| XYZ | 22.74 | 11.89 | 11.45 | - |
| YUV | 78.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 93 | 0 | 0.89 | 0.50 | 0.27 | 333.98 | 0.8 | 0.41 |
| Hex | BB | 15 | 5D | 0 | 59 | 32 | 1B | 14E | 50 | 29 |
| Octal | 273 | 25 | 135 | 0 | 131 | 62 | 33 | 516 | 120 | 51 |
| Binary | 10111011 | 10101 | 1011101 | 0 | 1011001 | 110010 | 11011 | 101001110 | 1010000 | 101001 |
Color Harmonies of #BB155D
Complementary color
Monochromatic Colors of #BB155D
Black with #BB155D
Text Example
Text Example
White with #BB155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB155D; }
p { color: rgb(187,21,93); }
H1.HeaderClassName
{
color: #BB155D;
}
.AnyTagClassName
{
color: #BB155D;
}
</style>
background-color css
<style>
a { background-color: #BB155D; }
a { background-color: rgb(187,21,93); }
div.DivClassName
{
background-color: #BB155D;
}
.BgClassName
{
background-color: #BB155D;
}
</style>
border-color css
<style>
span { border-color: #BB155D; }
span { border-color: rgb(187,21,93); }
td.TdClassName
{
border-color: #BB155D;
}
.TagClassName
{
border-color: #BB155D;
}
</style>