Shades of Jazzberry Jam #B91152
Tints of Jazzberry Jam #B91152
RGB
CMYK
RGB Variations
Color information
#B91152 (or 0xB91152) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 52. RGB value is (185,17,82). Sum of RGB (Red+Green+Blue) = 185+17+82=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B91152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91152 is #46EEAD. Grayscale: #4A4A4A. Windows color (decimal): -4648622 or 5378489. OLE color: 5378489.
HSL color Cylindrical-coordinate representation of color #B91152: hue angle of 336.79º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91152 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 82 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.27 |
| HSL | 336.79º | 0.83% | 0.4% | - |
| HSV(B) | 336.79º | 0.91% | 0.73% | - |
| XYZ | 21.73 | 11.32 | 9.02 | - |
| YUV | 74.64 | 132.16 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 82 | 0 | 0.91 | 0.56 | 0.27 | 336.79 | 0.83 | 0.4 |
| Hex | B9 | 11 | 52 | 0 | 5B | 38 | 1B | 151 | 53 | 28 |
| Octal | 271 | 21 | 122 | 0 | 133 | 70 | 33 | 521 | 123 | 50 |
| Binary | 10111001 | 10001 | 1010010 | 0 | 1011011 | 111000 | 11011 | 101010001 | 1010011 | 101000 |
Color Harmonies of #B91152
Complementary color
Monochromatic Colors of #B91152
Black with #B91152
Text Example
Text Example
White with #B91152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91152; }
p { color: rgb(185,17,82); }
H1.HeaderClassName
{
color: #B91152;
}
.AnyTagClassName
{
color: #B91152;
}
</style>
background-color css
<style>
a { background-color: #B91152; }
a { background-color: rgb(185,17,82); }
div.DivClassName
{
background-color: #B91152;
}
.BgClassName
{
background-color: #B91152;
}
</style>
border-color css
<style>
span { border-color: #B91152; }
span { border-color: rgb(185,17,82); }
td.TdClassName
{
border-color: #B91152;
}
.TagClassName
{
border-color: #B91152;
}
</style>