Shades of Jazzberry Jam #BE0151
Tints of Jazzberry Jam #BE0151
RGB
CMYK
RGB Variations
Color information
#BE0151 (or 0xBE0151) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 51. RGB value is (190,1,81). Sum of RGB (Red+Green+Blue) = 190+1+81=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0151 is #41FEAE. Grayscale: #424242. Windows color (decimal): -4325039 or 5308862. OLE color: 5308862.
HSL color Cylindrical-coordinate representation of color #BE0151: hue angle of 334.6º 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 #BE0151 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.25 |
| HSL | 334.6º | 0.99% | 0.37% | - |
| HSV(B) | 334.6º | 0.99% | 0.75% | - |
| XYZ | 22.73 | 11.56 | 8.82 | - |
| YUV | 66.63 | 136.12 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 81 | 0 | 0.99 | 0.57 | 0.25 | 334.6 | 0.99 | 0.37 |
| Hex | BE | 1 | 51 | 0 | 63 | 39 | 19 | 14F | 63 | 25 |
| Octal | 276 | 1 | 121 | 0 | 143 | 71 | 31 | 517 | 143 | 45 |
| Binary | 10111110 | 1 | 1010001 | 0 | 1100011 | 111001 | 11001 | 101001111 | 1100011 | 100101 |
Color Harmonies of #BE0151
Complementary color
Monochromatic Colors of #BE0151
Black with #BE0151
Text Example
Text Example
White with #BE0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0151; }
p { color: rgb(190,1,81); }
H1.HeaderClassName
{
color: #BE0151;
}
.AnyTagClassName
{
color: #BE0151;
}
</style>
background-color css
<style>
a { background-color: #BE0151; }
a { background-color: rgb(190,1,81); }
div.DivClassName
{
background-color: #BE0151;
}
.BgClassName
{
background-color: #BE0151;
}
</style>
border-color css
<style>
span { border-color: #BE0151; }
span { border-color: rgb(190,1,81); }
td.TdClassName
{
border-color: #BE0151;
}
.TagClassName
{
border-color: #BE0151;
}
</style>