Shades of Jazzberry Jam #BB0852
Tints of Jazzberry Jam #BB0852
RGB
CMYK
RGB Variations
Color information
#BB0852 (or 0xBB0852) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 52. RGB value is (187,8,82). Sum of RGB (Red+Green+Blue) = 187+8+82=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0852 is #44F7AD. Grayscale: #454545. Windows color (decimal): -4519854 or 5376187. OLE color: 5376187.
HSL color Cylindrical-coordinate representation of color #BB0852: hue angle of 335.2º degrees, saturation: 0.92, 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 #BB0852 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 82 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.27 |
| HSL | 335.2º | 0.92% | 0.38% | - |
| HSV(B) | 335.2º | 0.96% | 0.73% | - |
| XYZ | 22.1 | 11.35 | 9.01 | - |
| YUV | 69.96 | 134.8 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 82 | 0 | 0.96 | 0.56 | 0.27 | 335.2 | 0.92 | 0.38 |
| Hex | BB | 8 | 52 | 0 | 60 | 38 | 1B | 14F | 5C | 26 |
| Octal | 273 | 10 | 122 | 0 | 140 | 70 | 33 | 517 | 134 | 46 |
| Binary | 10111011 | 1000 | 1010010 | 0 | 1100000 | 111000 | 11011 | 101001111 | 1011100 | 100110 |
Color Harmonies of #BB0852
Complementary color
Monochromatic Colors of #BB0852
Black with #BB0852
Text Example
Text Example
White with #BB0852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0852; }
p { color: rgb(187,8,82); }
H1.HeaderClassName
{
color: #BB0852;
}
.AnyTagClassName
{
color: #BB0852;
}
</style>
background-color css
<style>
a { background-color: #BB0852; }
a { background-color: rgb(187,8,82); }
div.DivClassName
{
background-color: #BB0852;
}
.BgClassName
{
background-color: #BB0852;
}
</style>
border-color css
<style>
span { border-color: #BB0852; }
span { border-color: rgb(187,8,82); }
td.TdClassName
{
border-color: #BB0852;
}
.TagClassName
{
border-color: #BB0852;
}
</style>