Shades of Jazzberry Jam #BB195B
Tints of Jazzberry Jam #BB195B
RGB
CMYK
RGB Variations
Color information
#BB195B (or 0xBB195B) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 5B. RGB value is (187,25,91). Sum of RGB (Red+Green+Blue) = 187+25+91=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB195B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB195B is #44E6A4. Grayscale: #505050. Windows color (decimal): -4515493 or 5970363. OLE color: 5970363.
HSL color Cylindrical-coordinate representation of color #BB195B: hue angle of 335.56º 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 #BB195B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 91 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.27 |
| HSL | 335.56º | 0.76% | 0.42% | - |
| HSV(B) | 335.56º | 0.87% | 0.73% | - |
| XYZ | 22.73 | 12.02 | 11.02 | - |
| YUV | 80.96 | 133.67 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 91 | 0 | 0.87 | 0.51 | 0.27 | 335.56 | 0.76 | 0.42 |
| Hex | BB | 19 | 5B | 0 | 57 | 33 | 1B | 150 | 4C | 2A |
| Octal | 273 | 31 | 133 | 0 | 127 | 63 | 33 | 520 | 114 | 52 |
| Binary | 10111011 | 11001 | 1011011 | 0 | 1010111 | 110011 | 11011 | 101010000 | 1001100 | 101010 |
Color Harmonies of #BB195B
Complementary color
Monochromatic Colors of #BB195B
Black with #BB195B
Text Example
Text Example
White with #BB195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB195B; }
p { color: rgb(187,25,91); }
H1.HeaderClassName
{
color: #BB195B;
}
.AnyTagClassName
{
color: #BB195B;
}
</style>
background-color css
<style>
a { background-color: #BB195B; }
a { background-color: rgb(187,25,91); }
div.DivClassName
{
background-color: #BB195B;
}
.BgClassName
{
background-color: #BB195B;
}
</style>
border-color css
<style>
span { border-color: #BB195B; }
span { border-color: rgb(187,25,91); }
td.TdClassName
{
border-color: #BB195B;
}
.TagClassName
{
border-color: #BB195B;
}
</style>