Shades of Jazzberry Jam #B91065
Tints of Jazzberry Jam #B91065
RGB
CMYK
RGB Variations
Color information
#B91065 (or 0xB91065) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 65. RGB value is (185,16,101). Sum of RGB (Red+Green+Blue) = 185+16+101=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B91065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91065 is #46EF9A. Grayscale: #4C4C4C. Windows color (decimal): -4648859 or 6623417. OLE color: 6623417.
HSL color Cylindrical-coordinate representation of color #B91065: hue angle of 329.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91065 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 101 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.27 |
| HSL | 329.82º | 0.84% | 0.39% | - |
| HSV(B) | 329.82º | 0.91% | 0.73% | - |
| XYZ | 22.54 | 11.62 | 13.37 | - |
| YUV | 76.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 101 | 0 | 0.91 | 0.45 | 0.27 | 329.82 | 0.84 | 0.39 |
| Hex | B9 | 10 | 65 | 0 | 5B | 2D | 1B | 14A | 54 | 27 |
| Octal | 271 | 20 | 145 | 0 | 133 | 55 | 33 | 512 | 124 | 47 |
| Binary | 10111001 | 10000 | 1100101 | 0 | 1011011 | 101101 | 11011 | 101001010 | 1010100 | 100111 |
Color Harmonies of #B91065
Complementary color
Monochromatic Colors of #B91065
Black with #B91065
Text Example
Text Example
White with #B91065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91065; }
p { color: rgb(185,16,101); }
H1.HeaderClassName
{
color: #B91065;
}
.AnyTagClassName
{
color: #B91065;
}
</style>
background-color css
<style>
a { background-color: #B91065; }
a { background-color: rgb(185,16,101); }
div.DivClassName
{
background-color: #B91065;
}
.BgClassName
{
background-color: #B91065;
}
</style>
border-color css
<style>
span { border-color: #B91065; }
span { border-color: rgb(185,16,101); }
td.TdClassName
{
border-color: #B91065;
}
.TagClassName
{
border-color: #B91065;
}
</style>