Shades of Jazzberry Jam #B91052
Tints of Jazzberry Jam #B91052
RGB
CMYK
RGB Variations
Color information
#B91052 (or 0xB91052) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 52. RGB value is (185,16,82). Sum of RGB (Red+Green+Blue) = 185+16+82=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B91052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91052 is #46EFAD. Grayscale: #494949. Windows color (decimal): -4648878 or 5378233. OLE color: 5378233.
HSL color Cylindrical-coordinate representation of color #B91052: hue angle of 336.57º 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 #B91052 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 82 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.27 |
| HSL | 336.57º | 0.84% | 0.39% | - |
| HSV(B) | 336.57º | 0.91% | 0.73% | - |
| XYZ | 21.72 | 11.29 | 9.02 | - |
| YUV | 74.06 | 132.49 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 82 | 0 | 0.91 | 0.56 | 0.27 | 336.57 | 0.84 | 0.39 |
| Hex | B9 | 10 | 52 | 0 | 5B | 38 | 1B | 151 | 54 | 27 |
| Octal | 271 | 20 | 122 | 0 | 133 | 70 | 33 | 521 | 124 | 47 |
| Binary | 10111001 | 10000 | 1010010 | 0 | 1011011 | 111000 | 11011 | 101010001 | 1010100 | 100111 |
Color Harmonies of #B91052
Complementary color
Monochromatic Colors of #B91052
Black with #B91052
Text Example
Text Example
White with #B91052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91052; }
p { color: rgb(185,16,82); }
H1.HeaderClassName
{
color: #B91052;
}
.AnyTagClassName
{
color: #B91052;
}
</style>
background-color css
<style>
a { background-color: #B91052; }
a { background-color: rgb(185,16,82); }
div.DivClassName
{
background-color: #B91052;
}
.BgClassName
{
background-color: #B91052;
}
</style>
border-color css
<style>
span { border-color: #B91052; }
span { border-color: rgb(185,16,82); }
td.TdClassName
{
border-color: #B91052;
}
.TagClassName
{
border-color: #B91052;
}
</style>