Shades of Jazzberry Jam #BB075B
Tints of Jazzberry Jam #BB075B
RGB
CMYK
RGB Variations
Color information
#BB075B (or 0xBB075B) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 5B. RGB value is (187,7,91). Sum of RGB (Red+Green+Blue) = 187+7+91=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB075B is #44F8A4. Grayscale: #464646. Windows color (decimal): -4520101 or 5965755. OLE color: 5965755.
HSL color Cylindrical-coordinate representation of color #BB075B: hue angle of 332º 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 #BB075B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 91 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.27 |
| HSL | 332º | 0.93% | 0.38% | - |
| HSV(B) | 332º | 0.96% | 0.73% | - |
| XYZ | 22.46 | 11.47 | 10.93 | - |
| YUV | 70.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 91 | 0 | 0.96 | 0.51 | 0.27 | 332 | 0.93 | 0.38 |
| Hex | BB | 7 | 5B | 0 | 60 | 33 | 1B | 14C | 5D | 26 |
| Octal | 273 | 7 | 133 | 0 | 140 | 63 | 33 | 514 | 135 | 46 |
| Binary | 10111011 | 111 | 1011011 | 0 | 1100000 | 110011 | 11011 | 101001100 | 1011101 | 100110 |
Color Harmonies of #BB075B
Complementary color
Monochromatic Colors of #BB075B
Black with #BB075B
Text Example
Text Example
White with #BB075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB075B; }
p { color: rgb(187,7,91); }
H1.HeaderClassName
{
color: #BB075B;
}
.AnyTagClassName
{
color: #BB075B;
}
</style>
background-color css
<style>
a { background-color: #BB075B; }
a { background-color: rgb(187,7,91); }
div.DivClassName
{
background-color: #BB075B;
}
.BgClassName
{
background-color: #BB075B;
}
</style>
border-color css
<style>
span { border-color: #BB075B; }
span { border-color: rgb(187,7,91); }
td.TdClassName
{
border-color: #BB075B;
}
.TagClassName
{
border-color: #BB075B;
}
</style>