Shades of Jazzberry Jam #BE0259
Tints of Jazzberry Jam #BE0259
RGB
CMYK
RGB Variations
Color information
#BE0259 (or 0xBE0259) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 59. RGB value is (190,2,89). Sum of RGB (Red+Green+Blue) = 190+2+89=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0259 is #41FDA6. Grayscale: #434343. Windows color (decimal): -4324775 or 5833406. OLE color: 5833406.
HSL color Cylindrical-coordinate representation of color #BE0259: hue angle of 332.23º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0259 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.25 |
| HSL | 332.23º | 0.98% | 0.38% | - |
| HSV(B) | 332.23º | 0.99% | 0.75% | - |
| XYZ | 23.06 | 11.71 | 10.5 | - |
| YUV | 68.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 89 | 0 | 0.99 | 0.53 | 0.25 | 332.23 | 0.98 | 0.38 |
| Hex | BE | 2 | 59 | 0 | 63 | 35 | 19 | 14C | 62 | 26 |
| Octal | 276 | 2 | 131 | 0 | 143 | 65 | 31 | 514 | 142 | 46 |
| Binary | 10111110 | 10 | 1011001 | 0 | 1100011 | 110101 | 11001 | 101001100 | 1100010 | 100110 |
Color Harmonies of #BE0259
Complementary color
Monochromatic Colors of #BE0259
Black with #BE0259
Text Example
Text Example
White with #BE0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0259; }
p { color: rgb(190,2,89); }
H1.HeaderClassName
{
color: #BE0259;
}
.AnyTagClassName
{
color: #BE0259;
}
</style>
background-color css
<style>
a { background-color: #BE0259; }
a { background-color: rgb(190,2,89); }
div.DivClassName
{
background-color: #BE0259;
}
.BgClassName
{
background-color: #BE0259;
}
</style>
border-color css
<style>
span { border-color: #BE0259; }
span { border-color: rgb(190,2,89); }
td.TdClassName
{
border-color: #BE0259;
}
.TagClassName
{
border-color: #BE0259;
}
</style>