Shades of Jazzberry Jam #BE014D
Tints of Jazzberry Jam #BE014D
RGB
CMYK
RGB Variations
Color information
#BE014D (or 0xBE014D) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 4D. RGB value is (190,1,77). Sum of RGB (Red+Green+Blue) = 190+1+77=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE014D is #41FEB2. Grayscale: #424242. Windows color (decimal): -4325043 or 5046718. OLE color: 5046718.
HSL color Cylindrical-coordinate representation of color #BE014D: hue angle of 335.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE014D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.25 |
| HSL | 335.87º | 0.99% | 0.37% | - |
| HSV(B) | 335.87º | 0.99% | 0.75% | - |
| XYZ | 22.59 | 11.5 | 8.05 | - |
| YUV | 66.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 77 | 0 | 0.99 | 0.59 | 0.25 | 335.87 | 0.99 | 0.37 |
| Hex | BE | 1 | 4D | 0 | 63 | 3B | 19 | 150 | 63 | 25 |
| Octal | 276 | 1 | 115 | 0 | 143 | 73 | 31 | 520 | 143 | 45 |
| Binary | 10111110 | 1 | 1001101 | 0 | 1100011 | 111011 | 11001 | 101010000 | 1100011 | 100101 |
Color Harmonies of #BE014D
Complementary color
Monochromatic Colors of #BE014D
Black with #BE014D
Text Example
Text Example
White with #BE014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE014D; }
p { color: rgb(190,1,77); }
H1.HeaderClassName
{
color: #BE014D;
}
.AnyTagClassName
{
color: #BE014D;
}
</style>
background-color css
<style>
a { background-color: #BE014D; }
a { background-color: rgb(190,1,77); }
div.DivClassName
{
background-color: #BE014D;
}
.BgClassName
{
background-color: #BE014D;
}
</style>
border-color css
<style>
span { border-color: #BE014D; }
span { border-color: rgb(190,1,77); }
td.TdClassName
{
border-color: #BE014D;
}
.TagClassName
{
border-color: #BE014D;
}
</style>