Shades of Jazzberry Jam #BE0B51
Tints of Jazzberry Jam #BE0B51
RGB
CMYK
RGB Variations
Color information
#BE0B51 (or 0xBE0B51) is known color: Jazzberry Jam. HEX triplet: BE, 0B and 51. RGB value is (190,11,81). Sum of RGB (Red+Green+Blue) = 190+11+81=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0B51 is #41F4AE. Grayscale: #484848. Windows color (decimal): -4322479 or 5311422. OLE color: 5311422.
HSL color Cylindrical-coordinate representation of color #BE0B51: hue angle of 336.54º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B51 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 81 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.25 |
| HSL | 336.54º | 0.89% | 0.39% | - |
| HSV(B) | 336.54º | 0.94% | 0.75% | - |
| XYZ | 22.84 | 11.78 | 8.85 | - |
| YUV | 72.5 | 132.8 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 81 | 0 | 0.94 | 0.57 | 0.25 | 336.54 | 0.89 | 0.39 |
| Hex | BE | B | 51 | 0 | 5E | 39 | 19 | 151 | 59 | 27 |
| Octal | 276 | 13 | 121 | 0 | 136 | 71 | 31 | 521 | 131 | 47 |
| Binary | 10111110 | 1011 | 1010001 | 0 | 1011110 | 111001 | 11001 | 101010001 | 1011001 | 100111 |
Color Harmonies of #BE0B51
Complementary color
Monochromatic Colors of #BE0B51
Black with #BE0B51
Text Example
Text Example
White with #BE0B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B51; }
p { color: rgb(190,11,81); }
H1.HeaderClassName
{
color: #BE0B51;
}
.AnyTagClassName
{
color: #BE0B51;
}
</style>
background-color css
<style>
a { background-color: #BE0B51; }
a { background-color: rgb(190,11,81); }
div.DivClassName
{
background-color: #BE0B51;
}
.BgClassName
{
background-color: #BE0B51;
}
</style>
border-color css
<style>
span { border-color: #BE0B51; }
span { border-color: rgb(190,11,81); }
td.TdClassName
{
border-color: #BE0B51;
}
.TagClassName
{
border-color: #BE0B51;
}
</style>