Shades of Jazzberry Jam #BE165A
Tints of Jazzberry Jam #BE165A
RGB
CMYK
RGB Variations
Color information
#BE165A (or 0xBE165A) is known color: Jazzberry Jam. HEX triplet: BE, 16 and 5A. RGB value is (190,22,90). Sum of RGB (Red+Green+Blue) = 190+22+90=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE165A is #41E9A5. Grayscale: #4F4F4F. Windows color (decimal): -4319654 or 5904062. OLE color: 5904062.
HSL color Cylindrical-coordinate representation of color #BE165A: hue angle of 335.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE165A is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 90 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.25 |
| HSL | 335.71º | 0.79% | 0.42% | - |
| HSV(B) | 335.71º | 0.88% | 0.75% | - |
| XYZ | 23.37 | 12.26 | 10.81 | - |
| YUV | 79.98 | 133.66 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 90 | 0 | 0.88 | 0.53 | 0.25 | 335.71 | 0.79 | 0.42 |
| Hex | BE | 16 | 5A | 0 | 58 | 35 | 19 | 150 | 4F | 2A |
| Octal | 276 | 26 | 132 | 0 | 130 | 65 | 31 | 520 | 117 | 52 |
| Binary | 10111110 | 10110 | 1011010 | 0 | 1011000 | 110101 | 11001 | 101010000 | 1001111 | 101010 |
Color Harmonies of #BE165A
Complementary color
Monochromatic Colors of #BE165A
Black with #BE165A
Text Example
Text Example
White with #BE165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE165A; }
p { color: rgb(190,22,90); }
H1.HeaderClassName
{
color: #BE165A;
}
.AnyTagClassName
{
color: #BE165A;
}
</style>
background-color css
<style>
a { background-color: #BE165A; }
a { background-color: rgb(190,22,90); }
div.DivClassName
{
background-color: #BE165A;
}
.BgClassName
{
background-color: #BE165A;
}
</style>
border-color css
<style>
span { border-color: #BE165A; }
span { border-color: rgb(190,22,90); }
td.TdClassName
{
border-color: #BE165A;
}
.TagClassName
{
border-color: #BE165A;
}
</style>