Shades of Jazzberry Jam #BE044E
Tints of Jazzberry Jam #BE044E
RGB
CMYK
RGB Variations
Color information
#BE044E (or 0xBE044E) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 4E. RGB value is (190,4,78). Sum of RGB (Red+Green+Blue) = 190+4+78=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE044E is #41FBB1. Grayscale: #434343. Windows color (decimal): -4324274 or 5113022. OLE color: 5113022.
HSL color Cylindrical-coordinate representation of color #BE044E: hue angle of 336.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE044E is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.25 |
| HSL | 336.13º | 0.96% | 0.38% | - |
| HSV(B) | 336.13º | 0.98% | 0.75% | - |
| XYZ | 22.65 | 11.58 | 8.25 | - |
| YUV | 68.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 78 | 0 | 0.98 | 0.59 | 0.25 | 336.13 | 0.96 | 0.38 |
| Hex | BE | 4 | 4E | 0 | 62 | 3B | 19 | 150 | 60 | 26 |
| Octal | 276 | 4 | 116 | 0 | 142 | 73 | 31 | 520 | 140 | 46 |
| Binary | 10111110 | 100 | 1001110 | 0 | 1100010 | 111011 | 11001 | 101010000 | 1100000 | 100110 |
Color Harmonies of #BE044E
Complementary color
Monochromatic Colors of #BE044E
Black with #BE044E
Text Example
Text Example
White with #BE044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE044E; }
p { color: rgb(190,4,78); }
H1.HeaderClassName
{
color: #BE044E;
}
.AnyTagClassName
{
color: #BE044E;
}
</style>
background-color css
<style>
a { background-color: #BE044E; }
a { background-color: rgb(190,4,78); }
div.DivClassName
{
background-color: #BE044E;
}
.BgClassName
{
background-color: #BE044E;
}
</style>
border-color css
<style>
span { border-color: #BE044E; }
span { border-color: rgb(190,4,78); }
td.TdClassName
{
border-color: #BE044E;
}
.TagClassName
{
border-color: #BE044E;
}
</style>