Shades of Jazzberry Jam #BE014C
Tints of Jazzberry Jam #BE014C
RGB
CMYK
RGB Variations
Color information
#BE014C (or 0xBE014C) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 4C. RGB value is (190,1,76). Sum of RGB (Red+Green+Blue) = 190+1+76=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE014C is #41FEB3. Grayscale: #414141. Windows color (decimal): -4325044 or 4981182. OLE color: 4981182.
HSL color Cylindrical-coordinate representation of color #BE014C: hue angle of 336.19º 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 #BE014C is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.25 |
| HSL | 336.19º | 0.99% | 0.37% | - |
| HSV(B) | 336.19º | 0.99% | 0.75% | - |
| XYZ | 22.55 | 11.49 | 7.87 | - |
| YUV | 66.06 | 133.62 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 76 | 0 | 0.99 | 0.60 | 0.25 | 336.19 | 0.99 | 0.37 |
| Hex | BE | 1 | 4C | 0 | 63 | 3C | 19 | 150 | 63 | 25 |
| Octal | 276 | 1 | 114 | 0 | 143 | 74 | 31 | 520 | 143 | 45 |
| Binary | 10111110 | 1 | 1001100 | 0 | 1100011 | 111100 | 11001 | 101010000 | 1100011 | 100101 |
Color Harmonies of #BE014C
Complementary color
Monochromatic Colors of #BE014C
Black with #BE014C
Text Example
Text Example
White with #BE014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE014C; }
p { color: rgb(190,1,76); }
H1.HeaderClassName
{
color: #BE014C;
}
.AnyTagClassName
{
color: #BE014C;
}
</style>
background-color css
<style>
a { background-color: #BE014C; }
a { background-color: rgb(190,1,76); }
div.DivClassName
{
background-color: #BE014C;
}
.BgClassName
{
background-color: #BE014C;
}
</style>
border-color css
<style>
span { border-color: #BE014C; }
span { border-color: rgb(190,1,76); }
td.TdClassName
{
border-color: #BE014C;
}
.TagClassName
{
border-color: #BE014C;
}
</style>