Shades of Jazzberry Jam #BB195A
Tints of Jazzberry Jam #BB195A
RGB
CMYK
RGB Variations
Color information
#BB195A (or 0xBB195A) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 5A. RGB value is (187,25,90). Sum of RGB (Red+Green+Blue) = 187+25+90=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB195A is #44E6A5. Grayscale: #505050. Windows color (decimal): -4515494 or 5904827. OLE color: 5904827.
HSL color Cylindrical-coordinate representation of color #BB195A: hue angle of 335.93º 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 #BB195A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 90 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.27 |
| HSL | 335.93º | 0.76% | 0.42% | - |
| HSV(B) | 335.93º | 0.87% | 0.73% | - |
| XYZ | 22.69 | 12 | 10.79 | - |
| YUV | 80.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 90 | 0 | 0.87 | 0.52 | 0.27 | 335.93 | 0.76 | 0.42 |
| Hex | BB | 19 | 5A | 0 | 57 | 34 | 1B | 150 | 4C | 2A |
| Octal | 273 | 31 | 132 | 0 | 127 | 64 | 33 | 520 | 114 | 52 |
| Binary | 10111011 | 11001 | 1011010 | 0 | 1010111 | 110100 | 11011 | 101010000 | 1001100 | 101010 |
Color Harmonies of #BB195A
Complementary color
Monochromatic Colors of #BB195A
Black with #BB195A
Text Example
Text Example
White with #BB195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB195A; }
p { color: rgb(187,25,90); }
H1.HeaderClassName
{
color: #BB195A;
}
.AnyTagClassName
{
color: #BB195A;
}
</style>
background-color css
<style>
a { background-color: #BB195A; }
a { background-color: rgb(187,25,90); }
div.DivClassName
{
background-color: #BB195A;
}
.BgClassName
{
background-color: #BB195A;
}
</style>
border-color css
<style>
span { border-color: #BB195A; }
span { border-color: rgb(187,25,90); }
td.TdClassName
{
border-color: #BB195A;
}
.TagClassName
{
border-color: #BB195A;
}
</style>