Shades of Jazzberry Jam #BB004C
Tints of Jazzberry Jam #BB004C
RGB
CMYK
RGB Variations
Color information
#BB004C (or 0xBB004C) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 4C. RGB value is (187,0,76). Sum of RGB (Red+Green+Blue) = 187+0+76=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB004C is #44FFB3. Grayscale: #404040. Windows color (decimal): -4521908 or 4980923. OLE color: 4980923.
HSL color Cylindrical-coordinate representation of color #BB004C: hue angle of 335.61º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB004C is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.59 | 0.27 |
| HSL | 335.62º | 1% | 0.37% | - |
| HSV(B) | 335.62º | 1% | 0.73% | - |
| XYZ | 21.8 | 11.09 | 7.83 | - |
| YUV | 64.58 | 134.45 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 76 | 0 | 1 | 0.59 | 0.27 | 335.62 | 1 | 0.37 |
| Hex | BB | 0 | 4C | 0 | 64 | 3B | 1B | 150 | 64 | 25 |
| Octal | 273 | 0 | 114 | 0 | 144 | 73 | 33 | 520 | 144 | 45 |
| Binary | 10111011 | 0 | 1001100 | 0 | 1100100 | 111011 | 11011 | 101010000 | 1100100 | 100101 |
Color Harmonies of #BB004C
Complementary color
Monochromatic Colors of #BB004C
Black with #BB004C
Text Example
Text Example
White with #BB004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB004C; }
p { color: rgb(187,0,76); }
H1.HeaderClassName
{
color: #BB004C;
}
.AnyTagClassName
{
color: #BB004C;
}
</style>
background-color css
<style>
a { background-color: #BB004C; }
a { background-color: rgb(187,0,76); }
div.DivClassName
{
background-color: #BB004C;
}
.BgClassName
{
background-color: #BB004C;
}
</style>
border-color css
<style>
span { border-color: #BB004C; }
span { border-color: rgb(187,0,76); }
td.TdClassName
{
border-color: #BB004C;
}
.TagClassName
{
border-color: #BB004C;
}
</style>