Shades of Jazzberry Jam #B90B4D
Tints of Jazzberry Jam #B90B4D
RGB
CMYK
RGB Variations
Color information
#B90B4D (or 0xB90B4D) is known color: Jazzberry Jam. HEX triplet: B9, 0B and 4D. RGB value is (185,11,77). Sum of RGB (Red+Green+Blue) = 185+11+77=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90B4D is #46F4B2. Grayscale: #464646. Windows color (decimal): -4650163 or 5049273. OLE color: 5049273.
HSL color Cylindrical-coordinate representation of color #B90B4D: hue angle of 337.24º 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 #B90B4D is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 77 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.27 |
| HSL | 337.24º | 0.89% | 0.38% | - |
| HSV(B) | 337.24º | 0.94% | 0.73% | - |
| XYZ | 21.47 | 11.09 | 8.03 | - |
| YUV | 70.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 77 | 0 | 0.94 | 0.58 | 0.27 | 337.24 | 0.89 | 0.38 |
| Hex | B9 | B | 4D | 0 | 5E | 3A | 1B | 151 | 59 | 26 |
| Octal | 271 | 13 | 115 | 0 | 136 | 72 | 33 | 521 | 131 | 46 |
| Binary | 10111001 | 1011 | 1001101 | 0 | 1011110 | 111010 | 11011 | 101010001 | 1011001 | 100110 |
Color Harmonies of #B90B4D
Complementary color
Monochromatic Colors of #B90B4D
Black with #B90B4D
Text Example
Text Example
White with #B90B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B4D; }
p { color: rgb(185,11,77); }
H1.HeaderClassName
{
color: #B90B4D;
}
.AnyTagClassName
{
color: #B90B4D;
}
</style>
background-color css
<style>
a { background-color: #B90B4D; }
a { background-color: rgb(185,11,77); }
div.DivClassName
{
background-color: #B90B4D;
}
.BgClassName
{
background-color: #B90B4D;
}
</style>
border-color css
<style>
span { border-color: #B90B4D; }
span { border-color: rgb(185,11,77); }
td.TdClassName
{
border-color: #B90B4D;
}
.TagClassName
{
border-color: #B90B4D;
}
</style>