Shades of Jazzberry Jam #BB176C
Tints of Jazzberry Jam #BB176C
RGB
CMYK
RGB Variations
Color information
#BB176C (or 0xBB176C) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 6C. RGB value is (187,23,108). Sum of RGB (Red+Green+Blue) = 187+23+108=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB176C is #44E893. Grayscale: #515151. Windows color (decimal): -4515988 or 7083963. OLE color: 7083963.
HSL color Cylindrical-coordinate representation of color #BB176C: hue angle of 328.9º degrees, saturation: 0.78, 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 #BB176C is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 108 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.27 |
| HSL | 328.9º | 0.78% | 0.41% | - |
| HSV(B) | 328.9º | 0.88% | 0.73% | - |
| XYZ | 23.51 | 12.26 | 15.31 | - |
| YUV | 81.73 | 142.83 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 108 | 0 | 0.88 | 0.42 | 0.27 | 328.9 | 0.78 | 0.41 |
| Hex | BB | 17 | 6C | 0 | 58 | 2A | 1B | 149 | 4E | 29 |
| Octal | 273 | 27 | 154 | 0 | 130 | 52 | 33 | 511 | 116 | 51 |
| Binary | 10111011 | 10111 | 1101100 | 0 | 1011000 | 101010 | 11011 | 101001001 | 1001110 | 101001 |
Color Harmonies of #BB176C
Complementary color
Monochromatic Colors of #BB176C
Black with #BB176C
Text Example
Text Example
White with #BB176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB176C; }
p { color: rgb(187,23,108); }
H1.HeaderClassName
{
color: #BB176C;
}
.AnyTagClassName
{
color: #BB176C;
}
</style>
background-color css
<style>
a { background-color: #BB176C; }
a { background-color: rgb(187,23,108); }
div.DivClassName
{
background-color: #BB176C;
}
.BgClassName
{
background-color: #BB176C;
}
</style>
border-color css
<style>
span { border-color: #BB176C; }
span { border-color: rgb(187,23,108); }
td.TdClassName
{
border-color: #BB176C;
}
.TagClassName
{
border-color: #BB176C;
}
</style>