Shades of Jazzberry Jam #BE0D5F
Tints of Jazzberry Jam #BE0D5F
RGB
CMYK
RGB Variations
Color information
#BE0D5F (or 0xBE0D5F) is known color: Jazzberry Jam. HEX triplet: BE, 0D and 5F. RGB value is (190,13,95). Sum of RGB (Red+Green+Blue) = 190+13+95=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0D5F is #41F2A0. Grayscale: #4B4B4B. Windows color (decimal): -4321953 or 6229438. OLE color: 6229438.
HSL color Cylindrical-coordinate representation of color #BE0D5F: hue angle of 332.2º degrees, saturation: 0.87, 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 #BE0D5F is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 95 | - |
| CMYK | 0 | 0.93 | 0.5 | 0.25 |
| HSL | 332.2º | 0.87% | 0.4% | - |
| HSV(B) | 332.2º | 0.93% | 0.75% | - |
| XYZ | 23.44 | 12.06 | 11.92 | - |
| YUV | 75.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 95 | 0 | 0.93 | 0.5 | 0.25 | 332.2 | 0.87 | 0.4 |
| Hex | BE | D | 5F | 0 | 5D | 32 | 19 | 14C | 57 | 28 |
| Octal | 276 | 15 | 137 | 0 | 135 | 62 | 31 | 514 | 127 | 50 |
| Binary | 10111110 | 1101 | 1011111 | 0 | 1011101 | 110010 | 11001 | 101001100 | 1010111 | 101000 |
Color Harmonies of #BE0D5F
Complementary color
Monochromatic Colors of #BE0D5F
Black with #BE0D5F
Text Example
Text Example
White with #BE0D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0D5F; }
p { color: rgb(190,13,95); }
H1.HeaderClassName
{
color: #BE0D5F;
}
.AnyTagClassName
{
color: #BE0D5F;
}
</style>
background-color css
<style>
a { background-color: #BE0D5F; }
a { background-color: rgb(190,13,95); }
div.DivClassName
{
background-color: #BE0D5F;
}
.BgClassName
{
background-color: #BE0D5F;
}
</style>
border-color css
<style>
span { border-color: #BE0D5F; }
span { border-color: rgb(190,13,95); }
td.TdClassName
{
border-color: #BE0D5F;
}
.TagClassName
{
border-color: #BE0D5F;
}
</style>