Shades of Jazzberry Jam #BE0656
Tints of Jazzberry Jam #BE0656
RGB
CMYK
RGB Variations
Color information
#BE0656 (or 0xBE0656) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 56. RGB value is (190,6,86). Sum of RGB (Red+Green+Blue) = 190+6+86=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0656 is #41F9A9. Grayscale: #464646. Windows color (decimal): -4323754 or 5637822. OLE color: 5637822.
HSL color Cylindrical-coordinate representation of color #BE0656: hue angle of 333.91º 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 #BE0656 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.25 |
| HSL | 333.91º | 0.94% | 0.38% | - |
| HSV(B) | 333.91º | 0.97% | 0.75% | - |
| XYZ | 22.98 | 11.75 | 9.86 | - |
| YUV | 70.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 86 | 0 | 0.97 | 0.55 | 0.25 | 333.91 | 0.94 | 0.38 |
| Hex | BE | 6 | 56 | 0 | 61 | 37 | 19 | 14E | 5E | 26 |
| Octal | 276 | 6 | 126 | 0 | 141 | 67 | 31 | 516 | 136 | 46 |
| Binary | 10111110 | 110 | 1010110 | 0 | 1100001 | 110111 | 11001 | 101001110 | 1011110 | 100110 |
Color Harmonies of #BE0656
Complementary color
Monochromatic Colors of #BE0656
Black with #BE0656
Text Example
Text Example
White with #BE0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0656; }
p { color: rgb(190,6,86); }
H1.HeaderClassName
{
color: #BE0656;
}
.AnyTagClassName
{
color: #BE0656;
}
</style>
background-color css
<style>
a { background-color: #BE0656; }
a { background-color: rgb(190,6,86); }
div.DivClassName
{
background-color: #BE0656;
}
.BgClassName
{
background-color: #BE0656;
}
</style>
border-color css
<style>
span { border-color: #BE0656; }
span { border-color: rgb(190,6,86); }
td.TdClassName
{
border-color: #BE0656;
}
.TagClassName
{
border-color: #BE0656;
}
</style>