Shades of Jazzberry Jam #BB186B
Tints of Jazzberry Jam #BB186B
RGB
CMYK
RGB Variations
Color information
#BB186B (or 0xBB186B) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 6B. RGB value is (187,24,107). Sum of RGB (Red+Green+Blue) = 187+24+107=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB186B is #44E794. Grayscale: #525252. Windows color (decimal): -4515733 or 7018683. OLE color: 7018683.
HSL color Cylindrical-coordinate representation of color #BB186B: hue angle of 329.45º 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 #BB186B is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 107 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.27 |
| HSL | 329.45º | 0.77% | 0.41% | - |
| HSV(B) | 329.45º | 0.87% | 0.73% | - |
| XYZ | 23.47 | 12.28 | 15.04 | - |
| YUV | 82.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 107 | 0 | 0.87 | 0.43 | 0.27 | 329.45 | 0.77 | 0.41 |
| Hex | BB | 18 | 6B | 0 | 57 | 2B | 1B | 149 | 4D | 29 |
| Octal | 273 | 30 | 153 | 0 | 127 | 53 | 33 | 511 | 115 | 51 |
| Binary | 10111011 | 11000 | 1101011 | 0 | 1010111 | 101011 | 11011 | 101001001 | 1001101 | 101001 |
Color Harmonies of #BB186B
Complementary color
Monochromatic Colors of #BB186B
Black with #BB186B
Text Example
Text Example
White with #BB186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB186B; }
p { color: rgb(187,24,107); }
H1.HeaderClassName
{
color: #BB186B;
}
.AnyTagClassName
{
color: #BB186B;
}
</style>
background-color css
<style>
a { background-color: #BB186B; }
a { background-color: rgb(187,24,107); }
div.DivClassName
{
background-color: #BB186B;
}
.BgClassName
{
background-color: #BB186B;
}
</style>
border-color css
<style>
span { border-color: #BB186B; }
span { border-color: rgb(187,24,107); }
td.TdClassName
{
border-color: #BB186B;
}
.TagClassName
{
border-color: #BB186B;
}
</style>