Shades of Jazzberry Jam #B90C4D
Tints of Jazzberry Jam #B90C4D
RGB
CMYK
RGB Variations
Color information
#B90C4D (or 0xB90C4D) is known color: Jazzberry Jam. HEX triplet: B9, 0C and 4D. RGB value is (185,12,77). Sum of RGB (Red+Green+Blue) = 185+12+77=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C4D is #46F3B2. Grayscale: #474747. Windows color (decimal): -4649907 or 5049529. OLE color: 5049529.
HSL color Cylindrical-coordinate representation of color #B90C4D: hue angle of 337.46º 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 #B90C4D is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 77 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.27 |
| HSL | 337.46º | 0.88% | 0.39% | - |
| HSV(B) | 337.46º | 0.94% | 0.73% | - |
| XYZ | 21.48 | 11.11 | 8.03 | - |
| YUV | 71.14 | 131.31 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 77 | 0 | 0.94 | 0.58 | 0.27 | 337.46 | 0.88 | 0.39 |
| Hex | B9 | C | 4D | 0 | 5E | 3A | 1B | 151 | 58 | 27 |
| Octal | 271 | 14 | 115 | 0 | 136 | 72 | 33 | 521 | 130 | 47 |
| Binary | 10111001 | 1100 | 1001101 | 0 | 1011110 | 111010 | 11011 | 101010001 | 1011000 | 100111 |
Color Harmonies of #B90C4D
Complementary color
Monochromatic Colors of #B90C4D
Black with #B90C4D
Text Example
Text Example
White with #B90C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C4D; }
p { color: rgb(185,12,77); }
H1.HeaderClassName
{
color: #B90C4D;
}
.AnyTagClassName
{
color: #B90C4D;
}
</style>
background-color css
<style>
a { background-color: #B90C4D; }
a { background-color: rgb(185,12,77); }
div.DivClassName
{
background-color: #B90C4D;
}
.BgClassName
{
background-color: #B90C4D;
}
</style>
border-color css
<style>
span { border-color: #B90C4D; }
span { border-color: rgb(185,12,77); }
td.TdClassName
{
border-color: #B90C4D;
}
.TagClassName
{
border-color: #B90C4D;
}
</style>