Shades of Jazzberry Jam #BB195C
Tints of Jazzberry Jam #BB195C
RGB
CMYK
RGB Variations
Color information
#BB195C (or 0xBB195C) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 5C. RGB value is (187,25,92). Sum of RGB (Red+Green+Blue) = 187+25+92=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB195C is #44E6A3. Grayscale: #505050. Windows color (decimal): -4515492 or 6035899. OLE color: 6035899.
HSL color Cylindrical-coordinate representation of color #BB195C: hue angle of 335.19º 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 #BB195C is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 92 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.27 |
| HSL | 335.19º | 0.76% | 0.42% | - |
| HSV(B) | 335.19º | 0.87% | 0.73% | - |
| XYZ | 22.77 | 12.03 | 11.25 | - |
| YUV | 81.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 92 | 0 | 0.87 | 0.51 | 0.27 | 335.19 | 0.76 | 0.42 |
| Hex | BB | 19 | 5C | 0 | 57 | 33 | 1B | 14F | 4C | 2A |
| Octal | 273 | 31 | 134 | 0 | 127 | 63 | 33 | 517 | 114 | 52 |
| Binary | 10111011 | 11001 | 1011100 | 0 | 1010111 | 110011 | 11011 | 101001111 | 1001100 | 101010 |
Color Harmonies of #BB195C
Complementary color
Monochromatic Colors of #BB195C
Black with #BB195C
Text Example
Text Example
White with #BB195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB195C; }
p { color: rgb(187,25,92); }
H1.HeaderClassName
{
color: #BB195C;
}
.AnyTagClassName
{
color: #BB195C;
}
</style>
background-color css
<style>
a { background-color: #BB195C; }
a { background-color: rgb(187,25,92); }
div.DivClassName
{
background-color: #BB195C;
}
.BgClassName
{
background-color: #BB195C;
}
</style>
border-color css
<style>
span { border-color: #BB195C; }
span { border-color: rgb(187,25,92); }
td.TdClassName
{
border-color: #BB195C;
}
.TagClassName
{
border-color: #BB195C;
}
</style>