Shades of Jazzberry Jam #BB044D
Tints of Jazzberry Jam #BB044D
RGB
CMYK
RGB Variations
Color information
#BB044D (or 0xBB044D) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 4D. RGB value is (187,4,77). Sum of RGB (Red+Green+Blue) = 187+4+77=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB044D is #44FBB2. Grayscale: #424242. Windows color (decimal): -4520883 or 5047483. OLE color: 5047483.
HSL color Cylindrical-coordinate representation of color #BB044D: hue angle of 336.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB044D is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.27 |
| HSL | 336.07º | 0.96% | 0.37% | - |
| HSV(B) | 336.07º | 0.98% | 0.73% | - |
| XYZ | 21.88 | 11.19 | 8.03 | - |
| YUV | 67.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 77 | 0 | 0.98 | 0.59 | 0.27 | 336.07 | 0.96 | 0.37 |
| Hex | BB | 4 | 4D | 0 | 62 | 3B | 1B | 150 | 60 | 25 |
| Octal | 273 | 4 | 115 | 0 | 142 | 73 | 33 | 520 | 140 | 45 |
| Binary | 10111011 | 100 | 1001101 | 0 | 1100010 | 111011 | 11011 | 101010000 | 1100000 | 100101 |
Color Harmonies of #BB044D
Complementary color
Monochromatic Colors of #BB044D
Black with #BB044D
Text Example
Text Example
White with #BB044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB044D; }
p { color: rgb(187,4,77); }
H1.HeaderClassName
{
color: #BB044D;
}
.AnyTagClassName
{
color: #BB044D;
}
</style>
background-color css
<style>
a { background-color: #BB044D; }
a { background-color: rgb(187,4,77); }
div.DivClassName
{
background-color: #BB044D;
}
.BgClassName
{
background-color: #BB044D;
}
</style>
border-color css
<style>
span { border-color: #BB044D; }
span { border-color: rgb(187,4,77); }
td.TdClassName
{
border-color: #BB044D;
}
.TagClassName
{
border-color: #BB044D;
}
</style>