Shades of Jazzberry Jam #BB176A
Tints of Jazzberry Jam #BB176A
RGB
CMYK
RGB Variations
Color information
#BB176A (or 0xBB176A) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 6A. RGB value is (187,23,106). Sum of RGB (Red+Green+Blue) = 187+23+106=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB176A is #44E895. Grayscale: #515151. Windows color (decimal): -4515990 or 6952891. OLE color: 6952891.
HSL color Cylindrical-coordinate representation of color #BB176A: hue angle of 329.63º 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 #BB176A is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 106 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.27 |
| HSL | 329.63º | 0.78% | 0.41% | - |
| HSV(B) | 329.63º | 0.88% | 0.73% | - |
| XYZ | 23.4 | 12.22 | 14.76 | - |
| YUV | 81.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 106 | 0 | 0.88 | 0.43 | 0.27 | 329.63 | 0.78 | 0.41 |
| Hex | BB | 17 | 6A | 0 | 58 | 2B | 1B | 14A | 4E | 29 |
| Octal | 273 | 27 | 152 | 0 | 130 | 53 | 33 | 512 | 116 | 51 |
| Binary | 10111011 | 10111 | 1101010 | 0 | 1011000 | 101011 | 11011 | 101001010 | 1001110 | 101001 |
Color Harmonies of #BB176A
Complementary color
Monochromatic Colors of #BB176A
Black with #BB176A
Text Example
Text Example
White with #BB176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB176A; }
p { color: rgb(187,23,106); }
H1.HeaderClassName
{
color: #BB176A;
}
.AnyTagClassName
{
color: #BB176A;
}
</style>
background-color css
<style>
a { background-color: #BB176A; }
a { background-color: rgb(187,23,106); }
div.DivClassName
{
background-color: #BB176A;
}
.BgClassName
{
background-color: #BB176A;
}
</style>
border-color css
<style>
span { border-color: #BB176A; }
span { border-color: rgb(187,23,106); }
td.TdClassName
{
border-color: #BB176A;
}
.TagClassName
{
border-color: #BB176A;
}
</style>