Shades of Jazzberry Jam #BE0860
Tints of Jazzberry Jam #BE0860
RGB
CMYK
RGB Variations
Color information
#BE0860 (or 0xBE0860) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 60. RGB value is (190,8,96). Sum of RGB (Red+Green+Blue) = 190+8+96=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0860 is #41F79F. Grayscale: #484848. Windows color (decimal): -4323232 or 6293694. OLE color: 6293694.
HSL color Cylindrical-coordinate representation of color #BE0860: hue angle of 330.99º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0860 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.25 |
| HSL | 330.99º | 0.92% | 0.39% | - |
| HSV(B) | 330.99º | 0.96% | 0.75% | - |
| XYZ | 23.43 | 11.97 | 12.14 | - |
| YUV | 72.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 96 | 0 | 0.96 | 0.49 | 0.25 | 330.99 | 0.92 | 0.39 |
| Hex | BE | 8 | 60 | 0 | 60 | 31 | 19 | 14B | 5C | 27 |
| Octal | 276 | 10 | 140 | 0 | 140 | 61 | 31 | 513 | 134 | 47 |
| Binary | 10111110 | 1000 | 1100000 | 0 | 1100000 | 110001 | 11001 | 101001011 | 1011100 | 100111 |
Color Harmonies of #BE0860
Complementary color
Monochromatic Colors of #BE0860
Black with #BE0860
Text Example
Text Example
White with #BE0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0860; }
p { color: rgb(190,8,96); }
H1.HeaderClassName
{
color: #BE0860;
}
.AnyTagClassName
{
color: #BE0860;
}
</style>
background-color css
<style>
a { background-color: #BE0860; }
a { background-color: rgb(190,8,96); }
div.DivClassName
{
background-color: #BE0860;
}
.BgClassName
{
background-color: #BE0860;
}
</style>
border-color css
<style>
span { border-color: #BE0860; }
span { border-color: rgb(190,8,96); }
td.TdClassName
{
border-color: #BE0860;
}
.TagClassName
{
border-color: #BE0860;
}
</style>