Shades of Jazzberry Jam #B91769
Tints of Jazzberry Jam #B91769
RGB
CMYK
RGB Variations
Color information
#B91769 (or 0xB91769) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 69. RGB value is (185,23,105). Sum of RGB (Red+Green+Blue) = 185+23+105=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B91769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91769 is #46E896. Grayscale: #505050. Windows color (decimal): -4647063 or 6887353. OLE color: 6887353.
HSL color Cylindrical-coordinate representation of color #B91769: hue angle of 329.63º 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 #B91769 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 105 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.27 |
| HSL | 329.63º | 0.78% | 0.41% | - |
| HSV(B) | 329.63º | 0.88% | 0.73% | - |
| XYZ | 22.86 | 11.95 | 14.47 | - |
| YUV | 80.79 | 141.67 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 105 | 0 | 0.88 | 0.43 | 0.27 | 329.63 | 0.78 | 0.41 |
| Hex | B9 | 17 | 69 | 0 | 58 | 2B | 1B | 14A | 4E | 29 |
| Octal | 271 | 27 | 151 | 0 | 130 | 53 | 33 | 512 | 116 | 51 |
| Binary | 10111001 | 10111 | 1101001 | 0 | 1011000 | 101011 | 11011 | 101001010 | 1001110 | 101001 |
Color Harmonies of #B91769
Complementary color
Monochromatic Colors of #B91769
Black with #B91769
Text Example
Text Example
White with #B91769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91769; }
p { color: rgb(185,23,105); }
H1.HeaderClassName
{
color: #B91769;
}
.AnyTagClassName
{
color: #B91769;
}
</style>
background-color css
<style>
a { background-color: #B91769; }
a { background-color: rgb(185,23,105); }
div.DivClassName
{
background-color: #B91769;
}
.BgClassName
{
background-color: #B91769;
}
</style>
border-color css
<style>
span { border-color: #B91769; }
span { border-color: rgb(185,23,105); }
td.TdClassName
{
border-color: #B91769;
}
.TagClassName
{
border-color: #B91769;
}
</style>