Shades of Jazzberry Jam #BE085D
Tints of Jazzberry Jam #BE085D
RGB
CMYK
RGB Variations
Color information
#BE085D (or 0xBE085D) is known color: Jazzberry Jam. HEX triplet: BE, 08 and 5D. RGB value is (190,8,93). Sum of RGB (Red+Green+Blue) = 190+8+93=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE085D is #41F7A2. Grayscale: #474747. Windows color (decimal): -4323235 or 6097086. OLE color: 6097086.
HSL color Cylindrical-coordinate representation of color #BE085D: hue angle of 331.98º 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 #BE085D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.25 |
| HSL | 331.98º | 0.92% | 0.39% | - |
| HSV(B) | 331.98º | 0.96% | 0.75% | - |
| XYZ | 23.3 | 11.91 | 11.43 | - |
| YUV | 72.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 93 | 0 | 0.96 | 0.51 | 0.25 | 331.98 | 0.92 | 0.39 |
| Hex | BE | 8 | 5D | 0 | 60 | 33 | 19 | 14C | 5C | 27 |
| Octal | 276 | 10 | 135 | 0 | 140 | 63 | 31 | 514 | 134 | 47 |
| Binary | 10111110 | 1000 | 1011101 | 0 | 1100000 | 110011 | 11001 | 101001100 | 1011100 | 100111 |
Color Harmonies of #BE085D
Complementary color
Monochromatic Colors of #BE085D
Black with #BE085D
Text Example
Text Example
White with #BE085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE085D; }
p { color: rgb(190,8,93); }
H1.HeaderClassName
{
color: #BE085D;
}
.AnyTagClassName
{
color: #BE085D;
}
</style>
background-color css
<style>
a { background-color: #BE085D; }
a { background-color: rgb(190,8,93); }
div.DivClassName
{
background-color: #BE085D;
}
.BgClassName
{
background-color: #BE085D;
}
</style>
border-color css
<style>
span { border-color: #BE085D; }
span { border-color: rgb(190,8,93); }
td.TdClassName
{
border-color: #BE085D;
}
.TagClassName
{
border-color: #BE085D;
}
</style>