Shades of Jazzberry Jam #BE0A56
Tints of Jazzberry Jam #BE0A56
RGB
CMYK
RGB Variations
Color information
#BE0A56 (or 0xBE0A56) is known color: Jazzberry Jam. HEX triplet: BE, 0A and 56. RGB value is (190,10,86). Sum of RGB (Red+Green+Blue) = 190+10+86=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0A56 is #41F5A9. Grayscale: #484848. Windows color (decimal): -4322730 or 5638846. OLE color: 5638846.
HSL color Cylindrical-coordinate representation of color #BE0A56: hue angle of 334.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0A56 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 86 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.25 |
| HSL | 334.67º | 0.9% | 0.39% | - |
| HSV(B) | 334.67º | 0.95% | 0.75% | - |
| XYZ | 23.02 | 11.84 | 9.88 | - |
| YUV | 72.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 86 | 0 | 0.95 | 0.55 | 0.25 | 334.67 | 0.9 | 0.39 |
| Hex | BE | A | 56 | 0 | 5F | 37 | 19 | 14F | 5A | 27 |
| Octal | 276 | 12 | 126 | 0 | 137 | 67 | 31 | 517 | 132 | 47 |
| Binary | 10111110 | 1010 | 1010110 | 0 | 1011111 | 110111 | 11001 | 101001111 | 1011010 | 100111 |
Color Harmonies of #BE0A56
Complementary color
Monochromatic Colors of #BE0A56
Black with #BE0A56
Text Example
Text Example
White with #BE0A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0A56; }
p { color: rgb(190,10,86); }
H1.HeaderClassName
{
color: #BE0A56;
}
.AnyTagClassName
{
color: #BE0A56;
}
</style>
background-color css
<style>
a { background-color: #BE0A56; }
a { background-color: rgb(190,10,86); }
div.DivClassName
{
background-color: #BE0A56;
}
.BgClassName
{
background-color: #BE0A56;
}
</style>
border-color css
<style>
span { border-color: #BE0A56; }
span { border-color: rgb(190,10,86); }
td.TdClassName
{
border-color: #BE0A56;
}
.TagClassName
{
border-color: #BE0A56;
}
</style>