Shades of Jazzberry Jam #BE0E5D
Tints of Jazzberry Jam #BE0E5D
RGB
CMYK
RGB Variations
Color information
#BE0E5D (or 0xBE0E5D) is known color: Jazzberry Jam. HEX triplet: BE, 0E and 5D. RGB value is (190,14,93). Sum of RGB (Red+Green+Blue) = 190+14+93=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E5D is #41F1A2. Grayscale: #4B4B4B. Windows color (decimal): -4321699 or 6098622. OLE color: 6098622.
HSL color Cylindrical-coordinate representation of color #BE0E5D: hue angle of 333.07º 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 #BE0E5D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 14 | 93 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.25 |
| HSL | 333.07º | 0.86% | 0.4% | - |
| HSV(B) | 333.07º | 0.93% | 0.75% | - |
| XYZ | 23.37 | 12.05 | 11.45 | - |
| YUV | 75.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 93 | 0 | 0.93 | 0.51 | 0.25 | 333.07 | 0.86 | 0.4 |
| Hex | BE | E | 5D | 0 | 5D | 33 | 19 | 14D | 56 | 28 |
| Octal | 276 | 16 | 135 | 0 | 135 | 63 | 31 | 515 | 126 | 50 |
| Binary | 10111110 | 1110 | 1011101 | 0 | 1011101 | 110011 | 11001 | 101001101 | 1010110 | 101000 |
Color Harmonies of #BE0E5D
Complementary color
Monochromatic Colors of #BE0E5D
Black with #BE0E5D
Text Example
Text Example
White with #BE0E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0E5D; }
p { color: rgb(190,14,93); }
H1.HeaderClassName
{
color: #BE0E5D;
}
.AnyTagClassName
{
color: #BE0E5D;
}
</style>
background-color css
<style>
a { background-color: #BE0E5D; }
a { background-color: rgb(190,14,93); }
div.DivClassName
{
background-color: #BE0E5D;
}
.BgClassName
{
background-color: #BE0E5D;
}
</style>
border-color css
<style>
span { border-color: #BE0E5D; }
span { border-color: rgb(190,14,93); }
td.TdClassName
{
border-color: #BE0E5D;
}
.TagClassName
{
border-color: #BE0E5D;
}
</style>