Shades of Jazzberry Jam #B90C5D
Tints of Jazzberry Jam #B90C5D
RGB
CMYK
RGB Variations
Color information
#B90C5D (or 0xB90C5D) is known color: Jazzberry Jam. HEX triplet: B9, 0C and 5D. RGB value is (185,12,93). Sum of RGB (Red+Green+Blue) = 185+12+93=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C5D is #46F3A2. Grayscale: #484848. Windows color (decimal): -4649891 or 6098105. OLE color: 6098105.
HSL color Cylindrical-coordinate representation of color #B90C5D: hue angle of 331.91º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C5D is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 93 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.27 |
| HSL | 331.91º | 0.88% | 0.39% | - |
| HSV(B) | 331.91º | 0.94% | 0.73% | - |
| XYZ | 22.11 | 11.37 | 11.38 | - |
| YUV | 72.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 93 | 0 | 0.94 | 0.50 | 0.27 | 331.91 | 0.88 | 0.39 |
| Hex | B9 | C | 5D | 0 | 5E | 32 | 1B | 14C | 58 | 27 |
| Octal | 271 | 14 | 135 | 0 | 136 | 62 | 33 | 514 | 130 | 47 |
| Binary | 10111001 | 1100 | 1011101 | 0 | 1011110 | 110010 | 11011 | 101001100 | 1011000 | 100111 |
Color Harmonies of #B90C5D
Complementary color
Monochromatic Colors of #B90C5D
Black with #B90C5D
Text Example
Text Example
White with #B90C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C5D; }
p { color: rgb(185,12,93); }
H1.HeaderClassName
{
color: #B90C5D;
}
.AnyTagClassName
{
color: #B90C5D;
}
</style>
background-color css
<style>
a { background-color: #B90C5D; }
a { background-color: rgb(185,12,93); }
div.DivClassName
{
background-color: #B90C5D;
}
.BgClassName
{
background-color: #B90C5D;
}
</style>
border-color css
<style>
span { border-color: #B90C5D; }
span { border-color: rgb(185,12,93); }
td.TdClassName
{
border-color: #B90C5D;
}
.TagClassName
{
border-color: #B90C5D;
}
</style>