Shades of Jazzberry Jam #B92060
Tints of Jazzberry Jam #B92060
RGB
CMYK
RGB Variations
Color information
#B92060 (or 0xB92060) is known color: Jazzberry Jam. HEX triplet: B9, 20 and 60. RGB value is (185,32,96). Sum of RGB (Red+Green+Blue) = 185+32+96=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B92060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92060 is #46DF9F. Grayscale: #545454. Windows color (decimal): -4644768 or 6299833. OLE color: 6299833.
HSL color Cylindrical-coordinate representation of color #B92060: hue angle of 334.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92060 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 96 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.27 |
| HSL | 334.9º | 0.71% | 0.43% | - |
| HSV(B) | 334.9º | 0.83% | 0.73% | - |
| XYZ | 22.64 | 12.19 | 12.23 | - |
| YUV | 85.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 96 | 0 | 0.83 | 0.48 | 0.27 | 334.9 | 0.71 | 0.43 |
| Hex | B9 | 20 | 60 | 0 | 53 | 30 | 1B | 14F | 47 | 2B |
| Octal | 271 | 40 | 140 | 0 | 123 | 60 | 33 | 517 | 107 | 53 |
| Binary | 10111001 | 100000 | 1100000 | 0 | 1010011 | 110000 | 11011 | 101001111 | 1000111 | 101011 |
Color Harmonies of #B92060
Complementary color
Monochromatic Colors of #B92060
Black with #B92060
Text Example
Text Example
White with #B92060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92060; }
p { color: rgb(185,32,96); }
H1.HeaderClassName
{
color: #B92060;
}
.AnyTagClassName
{
color: #B92060;
}
</style>
background-color css
<style>
a { background-color: #B92060; }
a { background-color: rgb(185,32,96); }
div.DivClassName
{
background-color: #B92060;
}
.BgClassName
{
background-color: #B92060;
}
</style>
border-color css
<style>
span { border-color: #B92060; }
span { border-color: rgb(185,32,96); }
td.TdClassName
{
border-color: #B92060;
}
.TagClassName
{
border-color: #B92060;
}
</style>