Shades of Jazzberry Jam #BE155B
Tints of Jazzberry Jam #BE155B
RGB
CMYK
RGB Variations
Color information
#BE155B (or 0xBE155B) is known color: Jazzberry Jam. HEX triplet: BE, 15 and 5B. RGB value is (190,21,91). Sum of RGB (Red+Green+Blue) = 190+21+91=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE155B is #41EAA4. Grayscale: #4F4F4F. Windows color (decimal): -4319909 or 5969342. OLE color: 5969342.
HSL color Cylindrical-coordinate representation of color #BE155B: hue angle of 335.15º 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 #BE155B is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 91 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.25 |
| HSL | 335.15º | 0.8% | 0.41% | - |
| HSV(B) | 335.15º | 0.89% | 0.75% | - |
| XYZ | 23.39 | 12.24 | 11.03 | - |
| YUV | 79.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 91 | 0 | 0.89 | 0.52 | 0.25 | 335.15 | 0.8 | 0.41 |
| Hex | BE | 15 | 5B | 0 | 59 | 34 | 19 | 14F | 50 | 29 |
| Octal | 276 | 25 | 133 | 0 | 131 | 64 | 31 | 517 | 120 | 51 |
| Binary | 10111110 | 10101 | 1011011 | 0 | 1011001 | 110100 | 11001 | 101001111 | 1010000 | 101001 |
Color Harmonies of #BE155B
Complementary color
Monochromatic Colors of #BE155B
Black with #BE155B
Text Example
Text Example
White with #BE155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE155B; }
p { color: rgb(190,21,91); }
H1.HeaderClassName
{
color: #BE155B;
}
.AnyTagClassName
{
color: #BE155B;
}
</style>
background-color css
<style>
a { background-color: #BE155B; }
a { background-color: rgb(190,21,91); }
div.DivClassName
{
background-color: #BE155B;
}
.BgClassName
{
background-color: #BE155B;
}
</style>
border-color css
<style>
span { border-color: #BE155B; }
span { border-color: rgb(190,21,91); }
td.TdClassName
{
border-color: #BE155B;
}
.TagClassName
{
border-color: #BE155B;
}
</style>