Shades of Jazzberry Jam #BE0B5C
Tints of Jazzberry Jam #BE0B5C
RGB
CMYK
RGB Variations
Color information
#BE0B5C (or 0xBE0B5C) is known color: Jazzberry Jam. HEX triplet: BE, 0B and 5C. RGB value is (190,11,92). Sum of RGB (Red+Green+Blue) = 190+11+92=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0B5C is #41F4A3. Grayscale: #494949. Windows color (decimal): -4322468 or 6032318. OLE color: 6032318.
HSL color Cylindrical-coordinate representation of color #BE0B5C: hue angle of 332.85º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B5C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 92 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.25 |
| HSL | 332.85º | 0.89% | 0.39% | - |
| HSV(B) | 332.85º | 0.94% | 0.75% | - |
| XYZ | 23.29 | 11.96 | 11.21 | - |
| YUV | 73.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 92 | 0 | 0.94 | 0.52 | 0.25 | 332.85 | 0.89 | 0.39 |
| Hex | BE | B | 5C | 0 | 5E | 34 | 19 | 14D | 59 | 27 |
| Octal | 276 | 13 | 134 | 0 | 136 | 64 | 31 | 515 | 131 | 47 |
| Binary | 10111110 | 1011 | 1011100 | 0 | 1011110 | 110100 | 11001 | 101001101 | 1011001 | 100111 |
Color Harmonies of #BE0B5C
Complementary color
Monochromatic Colors of #BE0B5C
Black with #BE0B5C
Text Example
Text Example
White with #BE0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B5C; }
p { color: rgb(190,11,92); }
H1.HeaderClassName
{
color: #BE0B5C;
}
.AnyTagClassName
{
color: #BE0B5C;
}
</style>
background-color css
<style>
a { background-color: #BE0B5C; }
a { background-color: rgb(190,11,92); }
div.DivClassName
{
background-color: #BE0B5C;
}
.BgClassName
{
background-color: #BE0B5C;
}
</style>
border-color css
<style>
span { border-color: #BE0B5C; }
span { border-color: rgb(190,11,92); }
td.TdClassName
{
border-color: #BE0B5C;
}
.TagClassName
{
border-color: #BE0B5C;
}
</style>