Shades of Jazzberry Jam #BE1566
Tints of Jazzberry Jam #BE1566
RGB
CMYK
RGB Variations
Color information
#BE1566 (or 0xBE1566) is known color: Jazzberry Jam. HEX triplet: BE, 15 and 66. RGB value is (190,21,102). Sum of RGB (Red+Green+Blue) = 190+21+102=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1566 is #41EA99. Grayscale: #505050. Windows color (decimal): -4319898 or 6690238. OLE color: 6690238.
HSL color Cylindrical-coordinate representation of color #BE1566: hue angle of 331.24º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1566 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 102 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.25 |
| HSL | 331.24º | 0.8% | 0.41% | - |
| HSV(B) | 331.24º | 0.89% | 0.75% | - |
| XYZ | 23.9 | 12.44 | 13.71 | - |
| YUV | 80.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 102 | 0 | 0.89 | 0.46 | 0.25 | 331.24 | 0.8 | 0.41 |
| Hex | BE | 15 | 66 | 0 | 59 | 2E | 19 | 14B | 50 | 29 |
| Octal | 276 | 25 | 146 | 0 | 131 | 56 | 31 | 513 | 120 | 51 |
| Binary | 10111110 | 10101 | 1100110 | 0 | 1011001 | 101110 | 11001 | 101001011 | 1010000 | 101001 |
Color Harmonies of #BE1566
Complementary color
Monochromatic Colors of #BE1566
Black with #BE1566
Text Example
Text Example
White with #BE1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1566; }
p { color: rgb(190,21,102); }
H1.HeaderClassName
{
color: #BE1566;
}
.AnyTagClassName
{
color: #BE1566;
}
</style>
background-color css
<style>
a { background-color: #BE1566; }
a { background-color: rgb(190,21,102); }
div.DivClassName
{
background-color: #BE1566;
}
.BgClassName
{
background-color: #BE1566;
}
</style>
border-color css
<style>
span { border-color: #BE1566; }
span { border-color: rgb(190,21,102); }
td.TdClassName
{
border-color: #BE1566;
}
.TagClassName
{
border-color: #BE1566;
}
</style>