Shades of Jazzberry Jam #BB0753
Tints of Jazzberry Jam #BB0753
RGB
CMYK
RGB Variations
Color information
#BB0753 (or 0xBB0753) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 53. RGB value is (187,7,83). Sum of RGB (Red+Green+Blue) = 187+7+83=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0753 is #44F8AC. Grayscale: #454545. Windows color (decimal): -4520109 or 5441467. OLE color: 5441467.
HSL color Cylindrical-coordinate representation of color #BB0753: hue angle of 334.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 #BB0753 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.27 |
| HSL | 334.67º | 0.93% | 0.38% | - |
| HSV(B) | 334.67º | 0.96% | 0.73% | - |
| XYZ | 22.13 | 11.34 | 9.21 | - |
| YUV | 69.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 83 | 0 | 0.96 | 0.56 | 0.27 | 334.67 | 0.93 | 0.38 |
| Hex | BB | 7 | 53 | 0 | 60 | 38 | 1B | 14F | 5D | 26 |
| Octal | 273 | 7 | 123 | 0 | 140 | 70 | 33 | 517 | 135 | 46 |
| Binary | 10111011 | 111 | 1010011 | 0 | 1100000 | 111000 | 11011 | 101001111 | 1011101 | 100110 |
Color Harmonies of #BB0753
Complementary color
Monochromatic Colors of #BB0753
Black with #BB0753
Text Example
Text Example
White with #BB0753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0753; }
p { color: rgb(187,7,83); }
H1.HeaderClassName
{
color: #BB0753;
}
.AnyTagClassName
{
color: #BB0753;
}
</style>
background-color css
<style>
a { background-color: #BB0753; }
a { background-color: rgb(187,7,83); }
div.DivClassName
{
background-color: #BB0753;
}
.BgClassName
{
background-color: #BB0753;
}
</style>
border-color css
<style>
span { border-color: #BB0753; }
span { border-color: rgb(187,7,83); }
td.TdClassName
{
border-color: #BB0753;
}
.TagClassName
{
border-color: #BB0753;
}
</style>