Shades of Jazzberry Jam #B9116B
Tints of Jazzberry Jam #B9116B
RGB
CMYK
RGB Variations
Color information
#B9116B (or 0xB9116B) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 6B. RGB value is (185,17,107). Sum of RGB (Red+Green+Blue) = 185+17+107=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B9116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9116B is #46EE94. Grayscale: #4D4D4D. Windows color (decimal): -4648597 or 7016889. OLE color: 7016889.
HSL color Cylindrical-coordinate representation of color #B9116B: hue angle of 327.86º 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 #B9116B is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 107 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.27 |
| HSL | 327.86º | 0.83% | 0.4% | - |
| HSV(B) | 327.86º | 0.91% | 0.73% | - |
| XYZ | 22.86 | 11.78 | 14.98 | - |
| YUV | 77.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 107 | 0 | 0.91 | 0.42 | 0.27 | 327.86 | 0.83 | 0.4 |
| Hex | B9 | 11 | 6B | 0 | 5B | 2A | 1B | 148 | 53 | 28 |
| Octal | 271 | 21 | 153 | 0 | 133 | 52 | 33 | 510 | 123 | 50 |
| Binary | 10111001 | 10001 | 1101011 | 0 | 1011011 | 101010 | 11011 | 101001000 | 1010011 | 101000 |
Color Harmonies of #B9116B
Complementary color
Monochromatic Colors of #B9116B
Black with #B9116B
Text Example
Text Example
White with #B9116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9116B; }
p { color: rgb(185,17,107); }
H1.HeaderClassName
{
color: #B9116B;
}
.AnyTagClassName
{
color: #B9116B;
}
</style>
background-color css
<style>
a { background-color: #B9116B; }
a { background-color: rgb(185,17,107); }
div.DivClassName
{
background-color: #B9116B;
}
.BgClassName
{
background-color: #B9116B;
}
</style>
border-color css
<style>
span { border-color: #B9116B; }
span { border-color: rgb(185,17,107); }
td.TdClassName
{
border-color: #B9116B;
}
.TagClassName
{
border-color: #B9116B;
}
</style>