Shades of Jazzberry Jam #B91B68
Tints of Jazzberry Jam #B91B68
RGB
CMYK
RGB Variations
Color information
#B91B68 (or 0xB91B68) is known color: Jazzberry Jam. HEX triplet: B9, 1B and 68. RGB value is (185,27,104). Sum of RGB (Red+Green+Blue) = 185+27+104=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91B68 is #46E497. Grayscale: #525252. Windows color (decimal): -4646040 or 6822841. OLE color: 6822841.
HSL color Cylindrical-coordinate representation of color #B91B68: hue angle of 330.76º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B68 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 104 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.27 |
| HSL | 330.76º | 0.75% | 0.42% | - |
| HSV(B) | 330.76º | 0.85% | 0.73% | - |
| XYZ | 22.9 | 12.1 | 14.22 | - |
| YUV | 83.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 104 | 0 | 0.85 | 0.44 | 0.27 | 330.76 | 0.75 | 0.42 |
| Hex | B9 | 1B | 68 | 0 | 55 | 2C | 1B | 14B | 4B | 2A |
| Octal | 271 | 33 | 150 | 0 | 125 | 54 | 33 | 513 | 113 | 52 |
| Binary | 10111001 | 11011 | 1101000 | 0 | 1010101 | 101100 | 11011 | 101001011 | 1001011 | 101010 |
Color Harmonies of #B91B68
Complementary color
Monochromatic Colors of #B91B68
Black with #B91B68
Text Example
Text Example
White with #B91B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B68; }
p { color: rgb(185,27,104); }
H1.HeaderClassName
{
color: #B91B68;
}
.AnyTagClassName
{
color: #B91B68;
}
</style>
background-color css
<style>
a { background-color: #B91B68; }
a { background-color: rgb(185,27,104); }
div.DivClassName
{
background-color: #B91B68;
}
.BgClassName
{
background-color: #B91B68;
}
</style>
border-color css
<style>
span { border-color: #B91B68; }
span { border-color: rgb(185,27,104); }
td.TdClassName
{
border-color: #B91B68;
}
.TagClassName
{
border-color: #B91B68;
}
</style>