Shades of Jazzberry Jam #BB166B
Tints of Jazzberry Jam #BB166B
RGB
CMYK
RGB Variations
Color information
#BB166B (or 0xBB166B) is known color: Jazzberry Jam. HEX triplet: BB, 16 and 6B. RGB value is (187,22,107). Sum of RGB (Red+Green+Blue) = 187+22+107=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB166B is #44E994. Grayscale: #505050. Windows color (decimal): -4516245 or 7018171. OLE color: 7018171.
HSL color Cylindrical-coordinate representation of color #BB166B: hue angle of 329.09º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB166B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 107 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.27 |
| HSL | 329.09º | 0.79% | 0.41% | - |
| HSV(B) | 329.09º | 0.88% | 0.73% | - |
| XYZ | 23.43 | 12.2 | 15.03 | - |
| YUV | 81.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 107 | 0 | 0.88 | 0.43 | 0.27 | 329.09 | 0.79 | 0.41 |
| Hex | BB | 16 | 6B | 0 | 58 | 2B | 1B | 149 | 4F | 29 |
| Octal | 273 | 26 | 153 | 0 | 130 | 53 | 33 | 511 | 117 | 51 |
| Binary | 10111011 | 10110 | 1101011 | 0 | 1011000 | 101011 | 11011 | 101001001 | 1001111 | 101001 |
Color Harmonies of #BB166B
Complementary color
Monochromatic Colors of #BB166B
Black with #BB166B
Text Example
Text Example
White with #BB166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB166B; }
p { color: rgb(187,22,107); }
H1.HeaderClassName
{
color: #BB166B;
}
.AnyTagClassName
{
color: #BB166B;
}
</style>
background-color css
<style>
a { background-color: #BB166B; }
a { background-color: rgb(187,22,107); }
div.DivClassName
{
background-color: #BB166B;
}
.BgClassName
{
background-color: #BB166B;
}
</style>
border-color css
<style>
span { border-color: #BB166B; }
span { border-color: rgb(187,22,107); }
td.TdClassName
{
border-color: #BB166B;
}
.TagClassName
{
border-color: #BB166B;
}
</style>