Shades of Jazzberry Jam #B9166C
Tints of Jazzberry Jam #B9166C
RGB
CMYK
RGB Variations
Color information
#B9166C (or 0xB9166C) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 6C. RGB value is (185,22,108). Sum of RGB (Red+Green+Blue) = 185+22+108=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9166C is #46E993. Grayscale: #505050. Windows color (decimal): -4647316 or 7083705. OLE color: 7083705.
HSL color Cylindrical-coordinate representation of color #B9166C: hue angle of 328.34º 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 #B9166C is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 108 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.27 |
| HSL | 328.34º | 0.79% | 0.41% | - |
| HSV(B) | 328.34º | 0.88% | 0.73% | - |
| XYZ | 23 | 11.97 | 15.29 | - |
| YUV | 80.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 108 | 0 | 0.88 | 0.42 | 0.27 | 328.34 | 0.79 | 0.41 |
| Hex | B9 | 16 | 6C | 0 | 58 | 2A | 1B | 148 | 4F | 29 |
| Octal | 271 | 26 | 154 | 0 | 130 | 52 | 33 | 510 | 117 | 51 |
| Binary | 10111001 | 10110 | 1101100 | 0 | 1011000 | 101010 | 11011 | 101001000 | 1001111 | 101001 |
Color Harmonies of #B9166C
Complementary color
Monochromatic Colors of #B9166C
Black with #B9166C
Text Example
Text Example
White with #B9166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9166C; }
p { color: rgb(185,22,108); }
H1.HeaderClassName
{
color: #B9166C;
}
.AnyTagClassName
{
color: #B9166C;
}
</style>
background-color css
<style>
a { background-color: #B9166C; }
a { background-color: rgb(185,22,108); }
div.DivClassName
{
background-color: #B9166C;
}
.BgClassName
{
background-color: #B9166C;
}
</style>
border-color css
<style>
span { border-color: #B9166C; }
span { border-color: rgb(185,22,108); }
td.TdClassName
{
border-color: #B9166C;
}
.TagClassName
{
border-color: #B9166C;
}
</style>