Shades of Jazzberry Jam #BE155D
Tints of Jazzberry Jam #BE155D
RGB
CMYK
RGB Variations
Color information
#BE155D (or 0xBE155D) is known color: Jazzberry Jam. HEX triplet: BE, 15 and 5D. RGB value is (190,21,93). Sum of RGB (Red+Green+Blue) = 190+21+93=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE155D is #41EAA2. Grayscale: #4F4F4F. Windows color (decimal): -4319907 or 6100414. OLE color: 6100414.
HSL color Cylindrical-coordinate representation of color #BE155D: hue angle of 334.44º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE155D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 93 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.25 |
| HSL | 334.44º | 0.8% | 0.41% | - |
| HSV(B) | 334.44º | 0.89% | 0.75% | - |
| XYZ | 23.48 | 12.27 | 11.49 | - |
| YUV | 79.74 | 135.49 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 93 | 0 | 0.89 | 0.51 | 0.25 | 334.44 | 0.8 | 0.41 |
| Hex | BE | 15 | 5D | 0 | 59 | 33 | 19 | 14E | 50 | 29 |
| Octal | 276 | 25 | 135 | 0 | 131 | 63 | 31 | 516 | 120 | 51 |
| Binary | 10111110 | 10101 | 1011101 | 0 | 1011001 | 110011 | 11001 | 101001110 | 1010000 | 101001 |
Color Harmonies of #BE155D
Complementary color
Monochromatic Colors of #BE155D
Black with #BE155D
Text Example
Text Example
White with #BE155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE155D; }
p { color: rgb(190,21,93); }
H1.HeaderClassName
{
color: #BE155D;
}
.AnyTagClassName
{
color: #BE155D;
}
</style>
background-color css
<style>
a { background-color: #BE155D; }
a { background-color: rgb(190,21,93); }
div.DivClassName
{
background-color: #BE155D;
}
.BgClassName
{
background-color: #BE155D;
}
</style>
border-color css
<style>
span { border-color: #BE155D; }
span { border-color: rgb(190,21,93); }
td.TdClassName
{
border-color: #BE155D;
}
.TagClassName
{
border-color: #BE155D;
}
</style>