Shades of Jazzberry Jam #BE0E5E
Tints of Jazzberry Jam #BE0E5E
RGB
CMYK
RGB Variations
Color information
#BE0E5E (or 0xBE0E5E) is known color: Jazzberry Jam. HEX triplet: BE, 0E and 5E. RGB value is (190,14,94). Sum of RGB (Red+Green+Blue) = 190+14+94=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E5E is #41F1A1. Grayscale: #4B4B4B. Windows color (decimal): -4321698 or 6164158. OLE color: 6164158.
HSL color Cylindrical-coordinate representation of color #BE0E5E: hue angle of 332.73º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0E5E is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 14 | 94 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.25 |
| HSL | 332.73º | 0.86% | 0.4% | - |
| HSV(B) | 332.73º | 0.93% | 0.75% | - |
| XYZ | 23.41 | 12.07 | 11.69 | - |
| YUV | 75.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 94 | 0 | 0.93 | 0.51 | 0.25 | 332.73 | 0.86 | 0.4 |
| Hex | BE | E | 5E | 0 | 5D | 33 | 19 | 14D | 56 | 28 |
| Octal | 276 | 16 | 136 | 0 | 135 | 63 | 31 | 515 | 126 | 50 |
| Binary | 10111110 | 1110 | 1011110 | 0 | 1011101 | 110011 | 11001 | 101001101 | 1010110 | 101000 |
Color Harmonies of #BE0E5E
Complementary color
Monochromatic Colors of #BE0E5E
Black with #BE0E5E
Text Example
Text Example
White with #BE0E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0E5E; }
p { color: rgb(190,14,94); }
H1.HeaderClassName
{
color: #BE0E5E;
}
.AnyTagClassName
{
color: #BE0E5E;
}
</style>
background-color css
<style>
a { background-color: #BE0E5E; }
a { background-color: rgb(190,14,94); }
div.DivClassName
{
background-color: #BE0E5E;
}
.BgClassName
{
background-color: #BE0E5E;
}
</style>
border-color css
<style>
span { border-color: #BE0E5E; }
span { border-color: rgb(190,14,94); }
td.TdClassName
{
border-color: #BE0E5E;
}
.TagClassName
{
border-color: #BE0E5E;
}
</style>