Shades of Jazzberry Jam #BB185A
Tints of Jazzberry Jam #BB185A
RGB
CMYK
RGB Variations
Color information
#BB185A (or 0xBB185A) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 5A. RGB value is (187,24,90). Sum of RGB (Red+Green+Blue) = 187+24+90=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB185A is #44E7A5. Grayscale: #505050. Windows color (decimal): -4515750 or 5904571. OLE color: 5904571.
HSL color Cylindrical-coordinate representation of color #BB185A: hue angle of 335.71º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB185A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 90 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.27 |
| HSL | 335.71º | 0.77% | 0.41% | - |
| HSV(B) | 335.71º | 0.87% | 0.73% | - |
| XYZ | 22.67 | 11.96 | 10.79 | - |
| YUV | 80.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 90 | 0 | 0.87 | 0.52 | 0.27 | 335.71 | 0.77 | 0.41 |
| Hex | BB | 18 | 5A | 0 | 57 | 34 | 1B | 150 | 4D | 29 |
| Octal | 273 | 30 | 132 | 0 | 127 | 64 | 33 | 520 | 115 | 51 |
| Binary | 10111011 | 11000 | 1011010 | 0 | 1010111 | 110100 | 11011 | 101010000 | 1001101 | 101001 |
Color Harmonies of #BB185A
Complementary color
Monochromatic Colors of #BB185A
Black with #BB185A
Text Example
Text Example
White with #BB185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB185A; }
p { color: rgb(187,24,90); }
H1.HeaderClassName
{
color: #BB185A;
}
.AnyTagClassName
{
color: #BB185A;
}
</style>
background-color css
<style>
a { background-color: #BB185A; }
a { background-color: rgb(187,24,90); }
div.DivClassName
{
background-color: #BB185A;
}
.BgClassName
{
background-color: #BB185A;
}
</style>
border-color css
<style>
span { border-color: #BB185A; }
span { border-color: rgb(187,24,90); }
td.TdClassName
{
border-color: #BB185A;
}
.TagClassName
{
border-color: #BB185A;
}
</style>