Shades of Jazzberry Jam #B91764
Tints of Jazzberry Jam #B91764
RGB
CMYK
RGB Variations
Color information
#B91764 (or 0xB91764) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 64. RGB value is (185,23,100). Sum of RGB (Red+Green+Blue) = 185+23+100=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B91764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91764 is #46E89B. Grayscale: #505050. Windows color (decimal): -4647068 or 6559673. OLE color: 6559673.
HSL color Cylindrical-coordinate representation of color #B91764: hue angle of 331.48º 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 #B91764 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 100 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.27 |
| HSL | 331.48º | 0.78% | 0.41% | - |
| HSV(B) | 331.48º | 0.88% | 0.73% | - |
| XYZ | 22.61 | 11.85 | 13.15 | - |
| YUV | 80.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 100 | 0 | 0.88 | 0.46 | 0.27 | 331.48 | 0.78 | 0.41 |
| Hex | B9 | 17 | 64 | 0 | 58 | 2E | 1B | 14B | 4E | 29 |
| Octal | 271 | 27 | 144 | 0 | 130 | 56 | 33 | 513 | 116 | 51 |
| Binary | 10111001 | 10111 | 1100100 | 0 | 1011000 | 101110 | 11011 | 101001011 | 1001110 | 101001 |
Color Harmonies of #B91764
Complementary color
Monochromatic Colors of #B91764
Black with #B91764
Text Example
Text Example
White with #B91764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91764; }
p { color: rgb(185,23,100); }
H1.HeaderClassName
{
color: #B91764;
}
.AnyTagClassName
{
color: #B91764;
}
</style>
background-color css
<style>
a { background-color: #B91764; }
a { background-color: rgb(185,23,100); }
div.DivClassName
{
background-color: #B91764;
}
.BgClassName
{
background-color: #B91764;
}
</style>
border-color css
<style>
span { border-color: #B91764; }
span { border-color: rgb(185,23,100); }
td.TdClassName
{
border-color: #B91764;
}
.TagClassName
{
border-color: #B91764;
}
</style>