Shades of Jazzberry Jam #BE0662
Tints of Jazzberry Jam #BE0662
RGB
CMYK
RGB Variations
Color information
#BE0662 (or 0xBE0662) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 62. RGB value is (190,6,98). Sum of RGB (Red+Green+Blue) = 190+6+98=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0662 is #41F99D. Grayscale: #474747. Windows color (decimal): -4323742 or 6424254. OLE color: 6424254.
HSL color Cylindrical-coordinate representation of color #BE0662: hue angle of 330º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0662 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 98 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.25 |
| HSL | 330º | 0.94% | 0.38% | - |
| HSV(B) | 330º | 0.97% | 0.75% | - |
| XYZ | 23.5 | 11.96 | 12.62 | - |
| YUV | 71.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 98 | 0 | 0.97 | 0.48 | 0.25 | 330 | 0.94 | 0.38 |
| Hex | BE | 6 | 62 | 0 | 61 | 30 | 19 | 14A | 5E | 26 |
| Octal | 276 | 6 | 142 | 0 | 141 | 60 | 31 | 512 | 136 | 46 |
| Binary | 10111110 | 110 | 1100010 | 0 | 1100001 | 110000 | 11001 | 101001010 | 1011110 | 100110 |
Color Harmonies of #BE0662
Complementary color
Monochromatic Colors of #BE0662
Black with #BE0662
Text Example
Text Example
White with #BE0662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0662; }
p { color: rgb(190,6,98); }
H1.HeaderClassName
{
color: #BE0662;
}
.AnyTagClassName
{
color: #BE0662;
}
</style>
background-color css
<style>
a { background-color: #BE0662; }
a { background-color: rgb(190,6,98); }
div.DivClassName
{
background-color: #BE0662;
}
.BgClassName
{
background-color: #BE0662;
}
</style>
border-color css
<style>
span { border-color: #BE0662; }
span { border-color: rgb(190,6,98); }
td.TdClassName
{
border-color: #BE0662;
}
.TagClassName
{
border-color: #BE0662;
}
</style>