Shades of Jazzberry Jam #BE045D
Tints of Jazzberry Jam #BE045D
RGB
CMYK
RGB Variations
Color information
#BE045D (or 0xBE045D) is known color: Jazzberry Jam. HEX triplet: BE, 04 and 5D. RGB value is (190,4,93). Sum of RGB (Red+Green+Blue) = 190+4+93=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE045D is #41FBA2. Grayscale: #454545. Windows color (decimal): -4324259 or 6096062. OLE color: 6096062.
HSL color Cylindrical-coordinate representation of color #BE045D: hue angle of 331.29º 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 #BE045D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.25 |
| HSL | 331.29º | 0.96% | 0.38% | - |
| HSV(B) | 331.29º | 0.98% | 0.75% | - |
| XYZ | 23.25 | 11.82 | 11.41 | - |
| YUV | 69.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 93 | 0 | 0.98 | 0.51 | 0.25 | 331.29 | 0.96 | 0.38 |
| Hex | BE | 4 | 5D | 0 | 62 | 33 | 19 | 14B | 60 | 26 |
| Octal | 276 | 4 | 135 | 0 | 142 | 63 | 31 | 513 | 140 | 46 |
| Binary | 10111110 | 100 | 1011101 | 0 | 1100010 | 110011 | 11001 | 101001011 | 1100000 | 100110 |
Color Harmonies of #BE045D
Complementary color
Monochromatic Colors of #BE045D
Black with #BE045D
Text Example
Text Example
White with #BE045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE045D; }
p { color: rgb(190,4,93); }
H1.HeaderClassName
{
color: #BE045D;
}
.AnyTagClassName
{
color: #BE045D;
}
</style>
background-color css
<style>
a { background-color: #BE045D; }
a { background-color: rgb(190,4,93); }
div.DivClassName
{
background-color: #BE045D;
}
.BgClassName
{
background-color: #BE045D;
}
</style>
border-color css
<style>
span { border-color: #BE045D; }
span { border-color: rgb(190,4,93); }
td.TdClassName
{
border-color: #BE045D;
}
.TagClassName
{
border-color: #BE045D;
}
</style>