Shades of Jazzberry Jam #BE085E
Tints of Jazzberry Jam #BE085E
RGB
CMYK
RGB Variations
Color information
#BE085E (or 0xBE085E) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 5E. RGB value is (190,8,94). Sum of RGB (Red+Green+Blue) = 190+8+94=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE085E is #41F7A1. Grayscale: #484848. Windows color (decimal): -4323234 or 6162622. OLE color: 6162622.
HSL color Cylindrical-coordinate representation of color #BE085E: hue angle of 331.65º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE085E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.25 |
| HSL | 331.65º | 0.92% | 0.39% | - |
| HSV(B) | 331.65º | 0.96% | 0.75% | - |
| XYZ | 23.34 | 11.93 | 11.66 | - |
| YUV | 72.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 94 | 0 | 0.96 | 0.51 | 0.25 | 331.65 | 0.92 | 0.39 |
| Hex | BE | 8 | 5E | 0 | 60 | 33 | 19 | 14C | 5C | 27 |
| Octal | 276 | 10 | 136 | 0 | 140 | 63 | 31 | 514 | 134 | 47 |
| Binary | 10111110 | 1000 | 1011110 | 0 | 1100000 | 110011 | 11001 | 101001100 | 1011100 | 100111 |
Color Harmonies of #BE085E
Complementary color
Monochromatic Colors of #BE085E
Black with #BE085E
Text Example
Text Example
White with #BE085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE085E; }
p { color: rgb(190,8,94); }
H1.HeaderClassName
{
color: #BE085E;
}
.AnyTagClassName
{
color: #BE085E;
}
</style>
background-color css
<style>
a { background-color: #BE085E; }
a { background-color: rgb(190,8,94); }
div.DivClassName
{
background-color: #BE085E;
}
.BgClassName
{
background-color: #BE085E;
}
</style>
border-color css
<style>
span { border-color: #BE085E; }
span { border-color: rgb(190,8,94); }
td.TdClassName
{
border-color: #BE085E;
}
.TagClassName
{
border-color: #BE085E;
}
</style>