Shades of Jazzberry Jam #B91760
Tints of Jazzberry Jam #B91760
RGB
CMYK
RGB Variations
Color information
#B91760 (or 0xB91760) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 60. RGB value is (185,23,96). Sum of RGB (Red+Green+Blue) = 185+23+96=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B91760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91760 is #46E89F. Grayscale: #4F4F4F. Windows color (decimal): -4647072 or 6297529. OLE color: 6297529.
HSL color Cylindrical-coordinate representation of color #B91760: hue angle of 332.96º 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 #B91760 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 96 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.27 |
| HSL | 332.96º | 0.78% | 0.41% | - |
| HSV(B) | 332.96º | 0.88% | 0.73% | - |
| XYZ | 22.43 | 11.77 | 12.16 | - |
| YUV | 79.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 96 | 0 | 0.88 | 0.48 | 0.27 | 332.96 | 0.78 | 0.41 |
| Hex | B9 | 17 | 60 | 0 | 58 | 30 | 1B | 14D | 4E | 29 |
| Octal | 271 | 27 | 140 | 0 | 130 | 60 | 33 | 515 | 116 | 51 |
| Binary | 10111001 | 10111 | 1100000 | 0 | 1011000 | 110000 | 11011 | 101001101 | 1001110 | 101001 |
Color Harmonies of #B91760
Complementary color
Monochromatic Colors of #B91760
Black with #B91760
Text Example
Text Example
White with #B91760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91760; }
p { color: rgb(185,23,96); }
H1.HeaderClassName
{
color: #B91760;
}
.AnyTagClassName
{
color: #B91760;
}
</style>
background-color css
<style>
a { background-color: #B91760; }
a { background-color: rgb(185,23,96); }
div.DivClassName
{
background-color: #B91760;
}
.BgClassName
{
background-color: #B91760;
}
</style>
border-color css
<style>
span { border-color: #B91760; }
span { border-color: rgb(185,23,96); }
td.TdClassName
{
border-color: #B91760;
}
.TagClassName
{
border-color: #B91760;
}
</style>