Shades of Jazzberry Jam #BB165B
Tints of Jazzberry Jam #BB165B
RGB
CMYK
RGB Variations
Color information
#BB165B (or 0xBB165B) is known color: Jazzberry Jam. HEX triplet: BB, 16 and 5B. RGB value is (187,22,91). Sum of RGB (Red+Green+Blue) = 187+22+91=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB165B is #44E9A4. Grayscale: #4F4F4F. Windows color (decimal): -4516261 or 5969595. OLE color: 5969595.
HSL color Cylindrical-coordinate representation of color #BB165B: hue angle of 334.91º 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 #BB165B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 91 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.27 |
| HSL | 334.91º | 0.79% | 0.41% | - |
| HSV(B) | 334.91º | 0.88% | 0.73% | - |
| XYZ | 22.67 | 11.89 | 11 | - |
| YUV | 79.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 91 | 0 | 0.88 | 0.51 | 0.27 | 334.91 | 0.79 | 0.41 |
| Hex | BB | 16 | 5B | 0 | 58 | 33 | 1B | 14F | 4F | 29 |
| Octal | 273 | 26 | 133 | 0 | 130 | 63 | 33 | 517 | 117 | 51 |
| Binary | 10111011 | 10110 | 1011011 | 0 | 1011000 | 110011 | 11011 | 101001111 | 1001111 | 101001 |
Color Harmonies of #BB165B
Complementary color
Monochromatic Colors of #BB165B
Black with #BB165B
Text Example
Text Example
White with #BB165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB165B; }
p { color: rgb(187,22,91); }
H1.HeaderClassName
{
color: #BB165B;
}
.AnyTagClassName
{
color: #BB165B;
}
</style>
background-color css
<style>
a { background-color: #BB165B; }
a { background-color: rgb(187,22,91); }
div.DivClassName
{
background-color: #BB165B;
}
.BgClassName
{
background-color: #BB165B;
}
</style>
border-color css
<style>
span { border-color: #BB165B; }
span { border-color: rgb(187,22,91); }
td.TdClassName
{
border-color: #BB165B;
}
.TagClassName
{
border-color: #BB165B;
}
</style>