Shades of Jazzberry Jam #BE0B50
Tints of Jazzberry Jam #BE0B50
RGB
CMYK
RGB Variations
Color information
#BE0B50 (or 0xBE0B50) is known color: Jazzberry Jam. HEX triplet: BE, 0B and 50. RGB value is (190,11,80). Sum of RGB (Red+Green+Blue) = 190+11+80=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0B50 is #41F4AF. Grayscale: #484848. Windows color (decimal): -4322480 or 5245886. OLE color: 5245886.
HSL color Cylindrical-coordinate representation of color #BE0B50: hue angle of 336.87º 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 #BE0B50 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 80 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.25 |
| HSL | 336.87º | 0.89% | 0.39% | - |
| HSV(B) | 336.87º | 0.94% | 0.75% | - |
| XYZ | 22.8 | 11.77 | 8.66 | - |
| YUV | 72.39 | 132.3 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 80 | 0 | 0.94 | 0.58 | 0.25 | 336.87 | 0.89 | 0.39 |
| Hex | BE | B | 50 | 0 | 5E | 3A | 19 | 151 | 59 | 27 |
| Octal | 276 | 13 | 120 | 0 | 136 | 72 | 31 | 521 | 131 | 47 |
| Binary | 10111110 | 1011 | 1010000 | 0 | 1011110 | 111010 | 11001 | 101010001 | 1011001 | 100111 |
Color Harmonies of #BE0B50
Complementary color
Monochromatic Colors of #BE0B50
Black with #BE0B50
Text Example
Text Example
White with #BE0B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B50; }
p { color: rgb(190,11,80); }
H1.HeaderClassName
{
color: #BE0B50;
}
.AnyTagClassName
{
color: #BE0B50;
}
</style>
background-color css
<style>
a { background-color: #BE0B50; }
a { background-color: rgb(190,11,80); }
div.DivClassName
{
background-color: #BE0B50;
}
.BgClassName
{
background-color: #BE0B50;
}
</style>
border-color css
<style>
span { border-color: #BE0B50; }
span { border-color: rgb(190,11,80); }
td.TdClassName
{
border-color: #BE0B50;
}
.TagClassName
{
border-color: #BE0B50;
}
</style>