Shades of Jazzberry Jam #BB044B
Tints of Jazzberry Jam #BB044B
RGB
CMYK
RGB Variations
Color information
#BB044B (or 0xBB044B) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 4B. RGB value is (187,4,75). Sum of RGB (Red+Green+Blue) = 187+4+75=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB044B is #44FBB4. Grayscale: #424242. Windows color (decimal): -4520885 or 4916411. OLE color: 4916411.
HSL color Cylindrical-coordinate representation of color #BB044B: hue angle of 336.72º 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 #BB044B is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.27 |
| HSL | 336.72º | 0.96% | 0.37% | - |
| HSV(B) | 336.72º | 0.98% | 0.73% | - |
| XYZ | 21.81 | 11.16 | 7.66 | - |
| YUV | 66.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 75 | 0 | 0.98 | 0.60 | 0.27 | 336.72 | 0.96 | 0.37 |
| Hex | BB | 4 | 4B | 0 | 62 | 3C | 1B | 151 | 60 | 25 |
| Octal | 273 | 4 | 113 | 0 | 142 | 74 | 33 | 521 | 140 | 45 |
| Binary | 10111011 | 100 | 1001011 | 0 | 1100010 | 111100 | 11011 | 101010001 | 1100000 | 100101 |
Color Harmonies of #BB044B
Complementary color
Monochromatic Colors of #BB044B
Black with #BB044B
Text Example
Text Example
White with #BB044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB044B; }
p { color: rgb(187,4,75); }
H1.HeaderClassName
{
color: #BB044B;
}
.AnyTagClassName
{
color: #BB044B;
}
</style>
background-color css
<style>
a { background-color: #BB044B; }
a { background-color: rgb(187,4,75); }
div.DivClassName
{
background-color: #BB044B;
}
.BgClassName
{
background-color: #BB044B;
}
</style>
border-color css
<style>
span { border-color: #BB044B; }
span { border-color: rgb(187,4,75); }
td.TdClassName
{
border-color: #BB044B;
}
.TagClassName
{
border-color: #BB044B;
}
</style>