Shades of Jazzberry Jam #BE074D
Tints of Jazzberry Jam #BE074D
RGB
CMYK
RGB Variations
Color information
#BE074D (or 0xBE074D) is known color: Jazzberry Jam. HEX triplet: BE, 07 and 4D. RGB value is (190,7,77). Sum of RGB (Red+Green+Blue) = 190+7+77=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE074D is #41F8B2. Grayscale: #454545. Windows color (decimal): -4323507 or 5048254. OLE color: 5048254.
HSL color Cylindrical-coordinate representation of color #BE074D: hue angle of 337.05º 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 #BE074D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.25 |
| HSL | 337.05º | 0.93% | 0.39% | - |
| HSV(B) | 337.05º | 0.96% | 0.75% | - |
| XYZ | 22.65 | 11.63 | 8.07 | - |
| YUV | 69.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 77 | 0 | 0.96 | 0.59 | 0.25 | 337.05 | 0.93 | 0.39 |
| Hex | BE | 7 | 4D | 0 | 60 | 3B | 19 | 151 | 5D | 27 |
| Octal | 276 | 7 | 115 | 0 | 140 | 73 | 31 | 521 | 135 | 47 |
| Binary | 10111110 | 111 | 1001101 | 0 | 1100000 | 111011 | 11001 | 101010001 | 1011101 | 100111 |
Color Harmonies of #BE074D
Complementary color
Monochromatic Colors of #BE074D
Black with #BE074D
Text Example
Text Example
White with #BE074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE074D; }
p { color: rgb(190,7,77); }
H1.HeaderClassName
{
color: #BE074D;
}
.AnyTagClassName
{
color: #BE074D;
}
</style>
background-color css
<style>
a { background-color: #BE074D; }
a { background-color: rgb(190,7,77); }
div.DivClassName
{
background-color: #BE074D;
}
.BgClassName
{
background-color: #BE074D;
}
</style>
border-color css
<style>
span { border-color: #BE074D; }
span { border-color: rgb(190,7,77); }
td.TdClassName
{
border-color: #BE074D;
}
.TagClassName
{
border-color: #BE074D;
}
</style>