Shades of Jazzberry Jam #BE115D
Tints of Jazzberry Jam #BE115D
RGB
CMYK
RGB Variations
Color information
#BE115D (or 0xBE115D) is known color: Jazzberry Jam. HEX triplet: BE, 11 and 5D. RGB value is (190,17,93). Sum of RGB (Red+Green+Blue) = 190+17+93=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE115D is #41EEA2. Grayscale: #4D4D4D. Windows color (decimal): -4320931 or 6099390. OLE color: 6099390.
HSL color Cylindrical-coordinate representation of color #BE115D: hue angle of 333.64º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE115D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.25 |
| HSL | 333.64º | 0.84% | 0.41% | - |
| HSV(B) | 333.64º | 0.91% | 0.75% | - |
| XYZ | 23.41 | 12.14 | 11.46 | - |
| YUV | 77.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 93 | 0 | 0.91 | 0.51 | 0.25 | 333.64 | 0.84 | 0.41 |
| Hex | BE | 11 | 5D | 0 | 5B | 33 | 19 | 14E | 54 | 29 |
| Octal | 276 | 21 | 135 | 0 | 133 | 63 | 31 | 516 | 124 | 51 |
| Binary | 10111110 | 10001 | 1011101 | 0 | 1011011 | 110011 | 11001 | 101001110 | 1010100 | 101001 |
Color Harmonies of #BE115D
Complementary color
Monochromatic Colors of #BE115D
Black with #BE115D
Text Example
Text Example
White with #BE115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE115D; }
p { color: rgb(190,17,93); }
H1.HeaderClassName
{
color: #BE115D;
}
.AnyTagClassName
{
color: #BE115D;
}
</style>
background-color css
<style>
a { background-color: #BE115D; }
a { background-color: rgb(190,17,93); }
div.DivClassName
{
background-color: #BE115D;
}
.BgClassName
{
background-color: #BE115D;
}
</style>
border-color css
<style>
span { border-color: #BE115D; }
span { border-color: rgb(190,17,93); }
td.TdClassName
{
border-color: #BE115D;
}
.TagClassName
{
border-color: #BE115D;
}
</style>