Shades of Jazzberry Jam #B90D4F
Tints of Jazzberry Jam #B90D4F
RGB
CMYK
RGB Variations
Color information
#B90D4F (or 0xB90D4F) is known color: Jazzberry Jam. HEX triplet: B9, 0D and 4F. RGB value is (185,13,79). Sum of RGB (Red+Green+Blue) = 185+13+79=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D4F is #46F2B0. Grayscale: #474747. Windows color (decimal): -4649649 or 5180857. OLE color: 5180857.
HSL color Cylindrical-coordinate representation of color #B90D4F: hue angle of 336.98º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90D4F is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 13 | 79 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.27 |
| HSL | 336.98º | 0.87% | 0.39% | - |
| HSV(B) | 336.98º | 0.93% | 0.73% | - |
| XYZ | 21.56 | 11.17 | 8.42 | - |
| YUV | 71.95 | 131.98 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 79 | 0 | 0.93 | 0.57 | 0.27 | 336.98 | 0.87 | 0.39 |
| Hex | B9 | D | 4F | 0 | 5D | 39 | 1B | 151 | 57 | 27 |
| Octal | 271 | 15 | 117 | 0 | 135 | 71 | 33 | 521 | 127 | 47 |
| Binary | 10111001 | 1101 | 1001111 | 0 | 1011101 | 111001 | 11011 | 101010001 | 1010111 | 100111 |
Color Harmonies of #B90D4F
Complementary color
Monochromatic Colors of #B90D4F
Black with #B90D4F
Text Example
Text Example
White with #B90D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90D4F; }
p { color: rgb(185,13,79); }
H1.HeaderClassName
{
color: #B90D4F;
}
.AnyTagClassName
{
color: #B90D4F;
}
</style>
background-color css
<style>
a { background-color: #B90D4F; }
a { background-color: rgb(185,13,79); }
div.DivClassName
{
background-color: #B90D4F;
}
.BgClassName
{
background-color: #B90D4F;
}
</style>
border-color css
<style>
span { border-color: #B90D4F; }
span { border-color: rgb(185,13,79); }
td.TdClassName
{
border-color: #B90D4F;
}
.TagClassName
{
border-color: #B90D4F;
}
</style>