Shades of Jazzberry Jam #B91755
Tints of Jazzberry Jam #B91755
RGB
CMYK
RGB Variations
Color information
#B91755 (or 0xB91755) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 55. RGB value is (185,23,85). Sum of RGB (Red+Green+Blue) = 185+23+85=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B91755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91755 is #46E8AA. Grayscale: #4E4E4E. Windows color (decimal): -4647083 or 5576633. OLE color: 5576633.
HSL color Cylindrical-coordinate representation of color #B91755: hue angle of 337.04º 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 #B91755 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 85 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.27 |
| HSL | 337.04º | 0.78% | 0.41% | - |
| HSV(B) | 337.04º | 0.88% | 0.73% | - |
| XYZ | 21.95 | 11.58 | 9.67 | - |
| YUV | 78.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 85 | 0 | 0.88 | 0.54 | 0.27 | 337.04 | 0.78 | 0.41 |
| Hex | B9 | 17 | 55 | 0 | 58 | 36 | 1B | 151 | 4E | 29 |
| Octal | 271 | 27 | 125 | 0 | 130 | 66 | 33 | 521 | 116 | 51 |
| Binary | 10111001 | 10111 | 1010101 | 0 | 1011000 | 110110 | 11011 | 101010001 | 1001110 | 101001 |
Color Harmonies of #B91755
Complementary color
Monochromatic Colors of #B91755
Black with #B91755
Text Example
Text Example
White with #B91755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91755; }
p { color: rgb(185,23,85); }
H1.HeaderClassName
{
color: #B91755;
}
.AnyTagClassName
{
color: #B91755;
}
</style>
background-color css
<style>
a { background-color: #B91755; }
a { background-color: rgb(185,23,85); }
div.DivClassName
{
background-color: #B91755;
}
.BgClassName
{
background-color: #B91755;
}
</style>
border-color css
<style>
span { border-color: #B91755; }
span { border-color: rgb(185,23,85); }
td.TdClassName
{
border-color: #B91755;
}
.TagClassName
{
border-color: #B91755;
}
</style>