Shades of Jazzberry Jam #BB074C
Tints of Jazzberry Jam #BB074C
RGB
CMYK
RGB Variations
Color information
#BB074C (or 0xBB074C) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 4C. RGB value is (187,7,76). Sum of RGB (Red+Green+Blue) = 187+7+76=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB074C is #44F8B3. Grayscale: #444444. Windows color (decimal): -4520116 or 4982715. OLE color: 4982715.
HSL color Cylindrical-coordinate representation of color #BB074C: hue angle of 337º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB074C is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 76 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.27 |
| HSL | 337º | 0.93% | 0.38% | - |
| HSV(B) | 337º | 0.96% | 0.73% | - |
| XYZ | 21.87 | 11.24 | 7.85 | - |
| YUV | 68.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 76 | 0 | 0.96 | 0.59 | 0.27 | 337 | 0.93 | 0.38 |
| Hex | BB | 7 | 4C | 0 | 60 | 3B | 1B | 151 | 5D | 26 |
| Octal | 273 | 7 | 114 | 0 | 140 | 73 | 33 | 521 | 135 | 46 |
| Binary | 10111011 | 111 | 1001100 | 0 | 1100000 | 111011 | 11011 | 101010001 | 1011101 | 100110 |
Color Harmonies of #BB074C
Complementary color
Monochromatic Colors of #BB074C
Black with #BB074C
Text Example
Text Example
White with #BB074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB074C; }
p { color: rgb(187,7,76); }
H1.HeaderClassName
{
color: #BB074C;
}
.AnyTagClassName
{
color: #BB074C;
}
</style>
background-color css
<style>
a { background-color: #BB074C; }
a { background-color: rgb(187,7,76); }
div.DivClassName
{
background-color: #BB074C;
}
.BgClassName
{
background-color: #BB074C;
}
</style>
border-color css
<style>
span { border-color: #BB074C; }
span { border-color: rgb(187,7,76); }
td.TdClassName
{
border-color: #BB074C;
}
.TagClassName
{
border-color: #BB074C;
}
</style>