Shades of Jazzberry Jam #BE0752
Tints of Jazzberry Jam #BE0752
RGB
CMYK
RGB Variations
Color information
#BE0752 (or 0xBE0752) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 52. RGB value is (190,7,82). Sum of RGB (Red+Green+Blue) = 190+7+82=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0752 is #41F8AD. Grayscale: #464646. Windows color (decimal): -4323502 or 5375934. OLE color: 5375934.
HSL color Cylindrical-coordinate representation of color #BE0752: hue angle of 335.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0752 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 82 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.25 |
| HSL | 335.41º | 0.93% | 0.39% | - |
| HSV(B) | 335.41º | 0.96% | 0.75% | - |
| XYZ | 22.83 | 11.71 | 9.04 | - |
| YUV | 70.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 82 | 0 | 0.96 | 0.57 | 0.25 | 335.41 | 0.93 | 0.39 |
| Hex | BE | 7 | 52 | 0 | 60 | 39 | 19 | 14F | 5D | 27 |
| Octal | 276 | 7 | 122 | 0 | 140 | 71 | 31 | 517 | 135 | 47 |
| Binary | 10111110 | 111 | 1010010 | 0 | 1100000 | 111001 | 11001 | 101001111 | 1011101 | 100111 |
Color Harmonies of #BE0752
Complementary color
Monochromatic Colors of #BE0752
Black with #BE0752
Text Example
Text Example
White with #BE0752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0752; }
p { color: rgb(190,7,82); }
H1.HeaderClassName
{
color: #BE0752;
}
.AnyTagClassName
{
color: #BE0752;
}
</style>
background-color css
<style>
a { background-color: #BE0752; }
a { background-color: rgb(190,7,82); }
div.DivClassName
{
background-color: #BE0752;
}
.BgClassName
{
background-color: #BE0752;
}
</style>
border-color css
<style>
span { border-color: #BE0752; }
span { border-color: rgb(190,7,82); }
td.TdClassName
{
border-color: #BE0752;
}
.TagClassName
{
border-color: #BE0752;
}
</style>