Shades of Jazzberry Jam #B90652
Tints of Jazzberry Jam #B90652
RGB
CMYK
RGB Variations
Color information
#B90652 (or 0xB90652) is known color: Jazzberry Jam. HEX triplet: B9, 06 and 52. RGB value is (185,6,82). Sum of RGB (Red+Green+Blue) = 185+6+82=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90652 is #46F9AD. Grayscale: #444444. Windows color (decimal): -4651438 or 5375673. OLE color: 5375673.
HSL color Cylindrical-coordinate representation of color #B90652: hue angle of 334.53º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90652 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 82 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.27 |
| HSL | 334.53º | 0.94% | 0.37% | - |
| HSV(B) | 334.53º | 0.97% | 0.73% | - |
| XYZ | 21.6 | 11.05 | 8.98 | - |
| YUV | 68.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 82 | 0 | 0.97 | 0.56 | 0.27 | 334.53 | 0.94 | 0.37 |
| Hex | B9 | 6 | 52 | 0 | 61 | 38 | 1B | 14F | 5E | 25 |
| Octal | 271 | 6 | 122 | 0 | 141 | 70 | 33 | 517 | 136 | 45 |
| Binary | 10111001 | 110 | 1010010 | 0 | 1100001 | 111000 | 11011 | 101001111 | 1011110 | 100101 |
Color Harmonies of #B90652
Complementary color
Monochromatic Colors of #B90652
Black with #B90652
Text Example
Text Example
White with #B90652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90652; }
p { color: rgb(185,6,82); }
H1.HeaderClassName
{
color: #B90652;
}
.AnyTagClassName
{
color: #B90652;
}
</style>
background-color css
<style>
a { background-color: #B90652; }
a { background-color: rgb(185,6,82); }
div.DivClassName
{
background-color: #B90652;
}
.BgClassName
{
background-color: #B90652;
}
</style>
border-color css
<style>
span { border-color: #B90652; }
span { border-color: rgb(185,6,82); }
td.TdClassName
{
border-color: #B90652;
}
.TagClassName
{
border-color: #B90652;
}
</style>