Shades of Jazzberry Jam #B90B5D
Tints of Jazzberry Jam #B90B5D
RGB
CMYK
RGB Variations
Color information
#B90B5D (or 0xB90B5D) is known color: Jazzberry Jam. HEX triplet: B9, 0B and 5D. RGB value is (185,11,93). Sum of RGB (Red+Green+Blue) = 185+11+93=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90B5D is #46F4A2. Grayscale: #484848. Windows color (decimal): -4650147 or 6097849. OLE color: 6097849.
HSL color Cylindrical-coordinate representation of color #B90B5D: hue angle of 331.72º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B5D is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 93 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.27 |
| HSL | 331.72º | 0.89% | 0.38% | - |
| HSV(B) | 331.72º | 0.94% | 0.73% | - |
| XYZ | 22.1 | 11.34 | 11.38 | - |
| YUV | 72.37 | 139.65 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 93 | 0 | 0.94 | 0.50 | 0.27 | 331.72 | 0.89 | 0.38 |
| Hex | B9 | B | 5D | 0 | 5E | 32 | 1B | 14C | 59 | 26 |
| Octal | 271 | 13 | 135 | 0 | 136 | 62 | 33 | 514 | 131 | 46 |
| Binary | 10111001 | 1011 | 1011101 | 0 | 1011110 | 110010 | 11011 | 101001100 | 1011001 | 100110 |
Color Harmonies of #B90B5D
Complementary color
Monochromatic Colors of #B90B5D
Black with #B90B5D
Text Example
Text Example
White with #B90B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B5D; }
p { color: rgb(185,11,93); }
H1.HeaderClassName
{
color: #B90B5D;
}
.AnyTagClassName
{
color: #B90B5D;
}
</style>
background-color css
<style>
a { background-color: #B90B5D; }
a { background-color: rgb(185,11,93); }
div.DivClassName
{
background-color: #B90B5D;
}
.BgClassName
{
background-color: #B90B5D;
}
</style>
border-color css
<style>
span { border-color: #B90B5D; }
span { border-color: rgb(185,11,93); }
td.TdClassName
{
border-color: #B90B5D;
}
.TagClassName
{
border-color: #B90B5D;
}
</style>