Shades of Jazzberry Jam #BE155A
Tints of Jazzberry Jam #BE155A
RGB
CMYK
RGB Variations
Color information
#BE155A (or 0xBE155A) is known color: Jazzberry Jam. HEX triplet: BE, 15 and 5A. RGB value is (190,21,90). Sum of RGB (Red+Green+Blue) = 190+21+90=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE155A is #41EAA5. Grayscale: #4F4F4F. Windows color (decimal): -4319910 or 5903806. OLE color: 5903806.
HSL color Cylindrical-coordinate representation of color #BE155A: hue angle of 335.5º 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 #BE155A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 90 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.25 |
| HSL | 335.5º | 0.8% | 0.41% | - |
| HSV(B) | 335.5º | 0.89% | 0.75% | - |
| XYZ | 23.35 | 12.22 | 10.8 | - |
| YUV | 79.4 | 133.99 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 90 | 0 | 0.89 | 0.53 | 0.25 | 335.5 | 0.8 | 0.41 |
| Hex | BE | 15 | 5A | 0 | 59 | 35 | 19 | 150 | 50 | 29 |
| Octal | 276 | 25 | 132 | 0 | 131 | 65 | 31 | 520 | 120 | 51 |
| Binary | 10111110 | 10101 | 1011010 | 0 | 1011001 | 110101 | 11001 | 101010000 | 1010000 | 101001 |
Color Harmonies of #BE155A
Complementary color
Monochromatic Colors of #BE155A
Black with #BE155A
Text Example
Text Example
White with #BE155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE155A; }
p { color: rgb(190,21,90); }
H1.HeaderClassName
{
color: #BE155A;
}
.AnyTagClassName
{
color: #BE155A;
}
</style>
background-color css
<style>
a { background-color: #BE155A; }
a { background-color: rgb(190,21,90); }
div.DivClassName
{
background-color: #BE155A;
}
.BgClassName
{
background-color: #BE155A;
}
</style>
border-color css
<style>
span { border-color: #BE155A; }
span { border-color: rgb(190,21,90); }
td.TdClassName
{
border-color: #BE155A;
}
.TagClassName
{
border-color: #BE155A;
}
</style>