Shades of Jazzberry Jam #BB074D
Tints of Jazzberry Jam #BB074D
RGB
CMYK
RGB Variations
Color information
#BB074D (or 0xBB074D) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 4D. RGB value is (187,7,77). Sum of RGB (Red+Green+Blue) = 187+7+77=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB074D is #44F8B2. Grayscale: #444444. Windows color (decimal): -4520115 or 5048251. OLE color: 5048251.
HSL color Cylindrical-coordinate representation of color #BB074D: hue angle of 336.67º 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 #BB074D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.27 |
| HSL | 336.67º | 0.93% | 0.38% | - |
| HSV(B) | 336.67º | 0.96% | 0.73% | - |
| XYZ | 21.91 | 11.25 | 8.04 | - |
| YUV | 68.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 77 | 0 | 0.96 | 0.59 | 0.27 | 336.67 | 0.93 | 0.38 |
| Hex | BB | 7 | 4D | 0 | 60 | 3B | 1B | 151 | 5D | 26 |
| Octal | 273 | 7 | 115 | 0 | 140 | 73 | 33 | 521 | 135 | 46 |
| Binary | 10111011 | 111 | 1001101 | 0 | 1100000 | 111011 | 11011 | 101010001 | 1011101 | 100110 |
Color Harmonies of #BB074D
Complementary color
Monochromatic Colors of #BB074D
Black with #BB074D
Text Example
Text Example
White with #BB074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB074D; }
p { color: rgb(187,7,77); }
H1.HeaderClassName
{
color: #BB074D;
}
.AnyTagClassName
{
color: #BB074D;
}
</style>
background-color css
<style>
a { background-color: #BB074D; }
a { background-color: rgb(187,7,77); }
div.DivClassName
{
background-color: #BB074D;
}
.BgClassName
{
background-color: #BB074D;
}
</style>
border-color css
<style>
span { border-color: #BB074D; }
span { border-color: rgb(187,7,77); }
td.TdClassName
{
border-color: #BB074D;
}
.TagClassName
{
border-color: #BB074D;
}
</style>