Shades of Jazzberry Jam #BB0750
Tints of Jazzberry Jam #BB0750
RGB
CMYK
RGB Variations
Color information
#BB0750 (or 0xBB0750) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 50. RGB value is (187,7,80). Sum of RGB (Red+Green+Blue) = 187+7+80=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0750 is #44F8AF. Grayscale: #454545. Windows color (decimal): -4520112 or 5244859. OLE color: 5244859.
HSL color Cylindrical-coordinate representation of color #BB0750: hue angle of 335.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 #BB0750 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 80 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.27 |
| HSL | 335.67º | 0.93% | 0.38% | - |
| HSV(B) | 335.67º | 0.96% | 0.73% | - |
| XYZ | 22.02 | 11.3 | 8.61 | - |
| YUV | 69.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 80 | 0 | 0.96 | 0.57 | 0.27 | 335.67 | 0.93 | 0.38 |
| Hex | BB | 7 | 50 | 0 | 60 | 39 | 1B | 150 | 5D | 26 |
| Octal | 273 | 7 | 120 | 0 | 140 | 71 | 33 | 520 | 135 | 46 |
| Binary | 10111011 | 111 | 1010000 | 0 | 1100000 | 111001 | 11011 | 101010000 | 1011101 | 100110 |
Color Harmonies of #BB0750
Complementary color
Monochromatic Colors of #BB0750
Black with #BB0750
Text Example
Text Example
White with #BB0750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0750; }
p { color: rgb(187,7,80); }
H1.HeaderClassName
{
color: #BB0750;
}
.AnyTagClassName
{
color: #BB0750;
}
</style>
background-color css
<style>
a { background-color: #BB0750; }
a { background-color: rgb(187,7,80); }
div.DivClassName
{
background-color: #BB0750;
}
.BgClassName
{
background-color: #BB0750;
}
</style>
border-color css
<style>
span { border-color: #BB0750; }
span { border-color: rgb(187,7,80); }
td.TdClassName
{
border-color: #BB0750;
}
.TagClassName
{
border-color: #BB0750;
}
</style>