Shades of Jazzberry Jam #BE095D
Tints of Jazzberry Jam #BE095D
RGB
CMYK
RGB Variations
Color information
#BE095D (or 0xBE095D) is known color: Jazzberry Jam. HEX triplet: BE, 09 and 5D. RGB value is (190,9,93). Sum of RGB (Red+Green+Blue) = 190+9+93=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE095D is #41F6A2. Grayscale: #484848. Windows color (decimal): -4322979 or 6097342. OLE color: 6097342.
HSL color Cylindrical-coordinate representation of color #BE095D: hue angle of 332.15º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE095D is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.25 |
| HSL | 332.15º | 0.91% | 0.39% | - |
| HSV(B) | 332.15º | 0.95% | 0.75% | - |
| XYZ | 23.31 | 11.93 | 11.43 | - |
| YUV | 72.7 | 139.47 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 93 | 0 | 0.95 | 0.51 | 0.25 | 332.15 | 0.91 | 0.39 |
| Hex | BE | 9 | 5D | 0 | 5F | 33 | 19 | 14C | 5B | 27 |
| Octal | 276 | 11 | 135 | 0 | 137 | 63 | 31 | 514 | 133 | 47 |
| Binary | 10111110 | 1001 | 1011101 | 0 | 1011111 | 110011 | 11001 | 101001100 | 1011011 | 100111 |
Color Harmonies of #BE095D
Complementary color
Monochromatic Colors of #BE095D
Black with #BE095D
Text Example
Text Example
White with #BE095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE095D; }
p { color: rgb(190,9,93); }
H1.HeaderClassName
{
color: #BE095D;
}
.AnyTagClassName
{
color: #BE095D;
}
</style>
background-color css
<style>
a { background-color: #BE095D; }
a { background-color: rgb(190,9,93); }
div.DivClassName
{
background-color: #BE095D;
}
.BgClassName
{
background-color: #BE095D;
}
</style>
border-color css
<style>
span { border-color: #BE095D; }
span { border-color: rgb(190,9,93); }
td.TdClassName
{
border-color: #BE095D;
}
.TagClassName
{
border-color: #BE095D;
}
</style>