Shades of Jazzberry Jam #BE1565
Tints of Jazzberry Jam #BE1565
RGB
CMYK
RGB Variations
Color information
#BE1565 (or 0xBE1565) is known color: Jazzberry Jam. HEX triplet: BE, 15 and 65. RGB value is (190,21,101). Sum of RGB (Red+Green+Blue) = 190+21+101=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1565 is #41EA9A. Grayscale: #505050. Windows color (decimal): -4319899 or 6624702. OLE color: 6624702.
HSL color Cylindrical-coordinate representation of color #BE1565: hue angle of 331.6º 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 #BE1565 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 101 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.25 |
| HSL | 331.6º | 0.8% | 0.41% | - |
| HSV(B) | 331.6º | 0.89% | 0.75% | - |
| XYZ | 23.85 | 12.42 | 13.45 | - |
| YUV | 80.65 | 139.49 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 101 | 0 | 0.89 | 0.47 | 0.25 | 331.6 | 0.8 | 0.41 |
| Hex | BE | 15 | 65 | 0 | 59 | 2F | 19 | 14C | 50 | 29 |
| Octal | 276 | 25 | 145 | 0 | 131 | 57 | 31 | 514 | 120 | 51 |
| Binary | 10111110 | 10101 | 1100101 | 0 | 1011001 | 101111 | 11001 | 101001100 | 1010000 | 101001 |
Color Harmonies of #BE1565
Complementary color
Monochromatic Colors of #BE1565
Black with #BE1565
Text Example
Text Example
White with #BE1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1565; }
p { color: rgb(190,21,101); }
H1.HeaderClassName
{
color: #BE1565;
}
.AnyTagClassName
{
color: #BE1565;
}
</style>
background-color css
<style>
a { background-color: #BE1565; }
a { background-color: rgb(190,21,101); }
div.DivClassName
{
background-color: #BE1565;
}
.BgClassName
{
background-color: #BE1565;
}
</style>
border-color css
<style>
span { border-color: #BE1565; }
span { border-color: rgb(190,21,101); }
td.TdClassName
{
border-color: #BE1565;
}
.TagClassName
{
border-color: #BE1565;
}
</style>