Shades of Jazzberry Jam #BB196C
Tints of Jazzberry Jam #BB196C
RGB
CMYK
RGB Variations
Color information
#BB196C (or 0xBB196C) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 6C. RGB value is (187,25,108). Sum of RGB (Red+Green+Blue) = 187+25+108=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB196C is #44E693. Grayscale: #525252. Windows color (decimal): -4515476 or 7084475. OLE color: 7084475.
HSL color Cylindrical-coordinate representation of color #BB196C: hue angle of 329.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB196C is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 108 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.27 |
| HSL | 329.26º | 0.76% | 0.42% | - |
| HSV(B) | 329.26º | 0.87% | 0.73% | - |
| XYZ | 23.55 | 12.34 | 15.33 | - |
| YUV | 82.9 | 142.17 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 108 | 0 | 0.87 | 0.42 | 0.27 | 329.26 | 0.76 | 0.42 |
| Hex | BB | 19 | 6C | 0 | 57 | 2A | 1B | 149 | 4C | 2A |
| Octal | 273 | 31 | 154 | 0 | 127 | 52 | 33 | 511 | 114 | 52 |
| Binary | 10111011 | 11001 | 1101100 | 0 | 1010111 | 101010 | 11011 | 101001001 | 1001100 | 101010 |
Color Harmonies of #BB196C
Complementary color
Monochromatic Colors of #BB196C
Black with #BB196C
Text Example
Text Example
White with #BB196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB196C; }
p { color: rgb(187,25,108); }
H1.HeaderClassName
{
color: #BB196C;
}
.AnyTagClassName
{
color: #BB196C;
}
</style>
background-color css
<style>
a { background-color: #BB196C; }
a { background-color: rgb(187,25,108); }
div.DivClassName
{
background-color: #BB196C;
}
.BgClassName
{
background-color: #BB196C;
}
</style>
border-color css
<style>
span { border-color: #BB196C; }
span { border-color: rgb(187,25,108); }
td.TdClassName
{
border-color: #BB196C;
}
.TagClassName
{
border-color: #BB196C;
}
</style>