Shades of Jazzberry Jam #BE064D
Tints of Jazzberry Jam #BE064D
RGB
CMYK
RGB Variations
Color information
#BE064D (or 0xBE064D) is known color: Jazzberry Jam. HEX triplet: BE, 06 and 4D. RGB value is (190,6,77). Sum of RGB (Red+Green+Blue) = 190+6+77=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE064D is #41F9B2. Grayscale: #454545. Windows color (decimal): -4323763 or 5047998. OLE color: 5047998.
HSL color Cylindrical-coordinate representation of color #BE064D: hue angle of 336.85º 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 #BE064D is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.25 |
| HSL | 336.85º | 0.94% | 0.38% | - |
| HSV(B) | 336.85º | 0.97% | 0.75% | - |
| XYZ | 22.64 | 11.61 | 8.07 | - |
| YUV | 69.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 77 | 0 | 0.97 | 0.59 | 0.25 | 336.85 | 0.94 | 0.38 |
| Hex | BE | 6 | 4D | 0 | 61 | 3B | 19 | 151 | 5E | 26 |
| Octal | 276 | 6 | 115 | 0 | 141 | 73 | 31 | 521 | 136 | 46 |
| Binary | 10111110 | 110 | 1001101 | 0 | 1100001 | 111011 | 11001 | 101010001 | 1011110 | 100110 |
Color Harmonies of #BE064D
Complementary color
Monochromatic Colors of #BE064D
Black with #BE064D
Text Example
Text Example
White with #BE064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE064D; }
p { color: rgb(190,6,77); }
H1.HeaderClassName
{
color: #BE064D;
}
.AnyTagClassName
{
color: #BE064D;
}
</style>
background-color css
<style>
a { background-color: #BE064D; }
a { background-color: rgb(190,6,77); }
div.DivClassName
{
background-color: #BE064D;
}
.BgClassName
{
background-color: #BE064D;
}
</style>
border-color css
<style>
span { border-color: #BE064D; }
span { border-color: rgb(190,6,77); }
td.TdClassName
{
border-color: #BE064D;
}
.TagClassName
{
border-color: #BE064D;
}
</style>