Shades of Jazzberry Jam #B9116C
Tints of Jazzberry Jam #B9116C
RGB
CMYK
RGB Variations
Color information
#B9116C (or 0xB9116C) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 6C. RGB value is (185,17,108). Sum of RGB (Red+Green+Blue) = 185+17+108=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9116C is #46EE93. Grayscale: #4D4D4D. Windows color (decimal): -4648596 or 7082425. OLE color: 7082425.
HSL color Cylindrical-coordinate representation of color #B9116C: hue angle of 327.5º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9116C is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 108 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.27 |
| HSL | 327.5º | 0.83% | 0.4% | - |
| HSV(B) | 327.5º | 0.91% | 0.73% | - |
| XYZ | 22.91 | 11.8 | 15.26 | - |
| YUV | 77.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 108 | 0 | 0.91 | 0.42 | 0.27 | 327.5 | 0.83 | 0.4 |
| Hex | B9 | 11 | 6C | 0 | 5B | 2A | 1B | 148 | 53 | 28 |
| Octal | 271 | 21 | 154 | 0 | 133 | 52 | 33 | 510 | 123 | 50 |
| Binary | 10111001 | 10001 | 1101100 | 0 | 1011011 | 101010 | 11011 | 101001000 | 1010011 | 101000 |
Color Harmonies of #B9116C
Complementary color
Monochromatic Colors of #B9116C
Black with #B9116C
Text Example
Text Example
White with #B9116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9116C; }
p { color: rgb(185,17,108); }
H1.HeaderClassName
{
color: #B9116C;
}
.AnyTagClassName
{
color: #B9116C;
}
</style>
background-color css
<style>
a { background-color: #B9116C; }
a { background-color: rgb(185,17,108); }
div.DivClassName
{
background-color: #B9116C;
}
.BgClassName
{
background-color: #B9116C;
}
</style>
border-color css
<style>
span { border-color: #B9116C; }
span { border-color: rgb(185,17,108); }
td.TdClassName
{
border-color: #B9116C;
}
.TagClassName
{
border-color: #B9116C;
}
</style>