Shades of Jazzberry Jam #B91668
Tints of Jazzberry Jam #B91668
RGB
CMYK
RGB Variations
Color information
#B91668 (or 0xB91668) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 68. RGB value is (185,22,104). Sum of RGB (Red+Green+Blue) = 185+22+104=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B91668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91668 is #46E997. Grayscale: #4F4F4F. Windows color (decimal): -4647320 or 6821561. OLE color: 6821561.
HSL color Cylindrical-coordinate representation of color #B91668: hue angle of 329.82º degrees, saturation: 0.79, 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 #B91668 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 104 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.27 |
| HSL | 329.82º | 0.79% | 0.41% | - |
| HSV(B) | 329.82º | 0.88% | 0.73% | - |
| XYZ | 22.79 | 11.89 | 14.19 | - |
| YUV | 80.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 104 | 0 | 0.88 | 0.44 | 0.27 | 329.82 | 0.79 | 0.41 |
| Hex | B9 | 16 | 68 | 0 | 58 | 2C | 1B | 14A | 4F | 29 |
| Octal | 271 | 26 | 150 | 0 | 130 | 54 | 33 | 512 | 117 | 51 |
| Binary | 10111001 | 10110 | 1101000 | 0 | 1011000 | 101100 | 11011 | 101001010 | 1001111 | 101001 |
Color Harmonies of #B91668
Complementary color
Monochromatic Colors of #B91668
Black with #B91668
Text Example
Text Example
White with #B91668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91668; }
p { color: rgb(185,22,104); }
H1.HeaderClassName
{
color: #B91668;
}
.AnyTagClassName
{
color: #B91668;
}
</style>
background-color css
<style>
a { background-color: #B91668; }
a { background-color: rgb(185,22,104); }
div.DivClassName
{
background-color: #B91668;
}
.BgClassName
{
background-color: #B91668;
}
</style>
border-color css
<style>
span { border-color: #B91668; }
span { border-color: rgb(185,22,104); }
td.TdClassName
{
border-color: #B91668;
}
.TagClassName
{
border-color: #B91668;
}
</style>