Shades of Jazzberry Jam #BE0F65
Tints of Jazzberry Jam #BE0F65
RGB
CMYK
RGB Variations
Color information
#BE0F65 (or 0xBE0F65) is known color: Jazzberry Jam. HEX triplet: BE, 0F and 65. RGB value is (190,15,101). Sum of RGB (Red+Green+Blue) = 190+15+101=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0F65 is #41F09A. Grayscale: #4C4C4C. Windows color (decimal): -4321435 or 6623166. OLE color: 6623166.
HSL color Cylindrical-coordinate representation of color #BE0F65: hue angle of 330.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F65 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 101 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.25 |
| HSL | 330.51º | 0.85% | 0.4% | - |
| HSV(B) | 330.51º | 0.92% | 0.75% | - |
| XYZ | 23.75 | 12.23 | 13.42 | - |
| YUV | 77.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 101 | 0 | 0.92 | 0.47 | 0.25 | 330.51 | 0.85 | 0.4 |
| Hex | BE | F | 65 | 0 | 5C | 2F | 19 | 14B | 55 | 28 |
| Octal | 276 | 17 | 145 | 0 | 134 | 57 | 31 | 513 | 125 | 50 |
| Binary | 10111110 | 1111 | 1100101 | 0 | 1011100 | 101111 | 11001 | 101001011 | 1010101 | 101000 |
Color Harmonies of #BE0F65
Complementary color
Monochromatic Colors of #BE0F65
Black with #BE0F65
Text Example
Text Example
White with #BE0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0F65; }
p { color: rgb(190,15,101); }
H1.HeaderClassName
{
color: #BE0F65;
}
.AnyTagClassName
{
color: #BE0F65;
}
</style>
background-color css
<style>
a { background-color: #BE0F65; }
a { background-color: rgb(190,15,101); }
div.DivClassName
{
background-color: #BE0F65;
}
.BgClassName
{
background-color: #BE0F65;
}
</style>
border-color css
<style>
span { border-color: #BE0F65; }
span { border-color: rgb(190,15,101); }
td.TdClassName
{
border-color: #BE0F65;
}
.TagClassName
{
border-color: #BE0F65;
}
</style>