Shades of Jazzberry Jam #BE095E
Tints of Jazzberry Jam #BE095E
RGB
CMYK
RGB Variations
Color information
#BE095E (or 0xBE095E) is known color: Jazzberry Jam. HEX triplet: BE, 09 and 5E. RGB value is (190,9,94). Sum of RGB (Red+Green+Blue) = 190+9+94=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE095E is #41F6A1. Grayscale: #484848. Windows color (decimal): -4322978 or 6162878. OLE color: 6162878.
HSL color Cylindrical-coordinate representation of color #BE095E: hue angle of 331.82º 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 #BE095E is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 9 | 94 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.25 |
| HSL | 331.82º | 0.91% | 0.39% | - |
| HSV(B) | 331.82º | 0.95% | 0.75% | - |
| XYZ | 23.35 | 11.95 | 11.67 | - |
| YUV | 72.81 | 139.97 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 94 | 0 | 0.95 | 0.51 | 0.25 | 331.82 | 0.91 | 0.39 |
| Hex | BE | 9 | 5E | 0 | 5F | 33 | 19 | 14C | 5B | 27 |
| Octal | 276 | 11 | 136 | 0 | 137 | 63 | 31 | 514 | 133 | 47 |
| Binary | 10111110 | 1001 | 1011110 | 0 | 1011111 | 110011 | 11001 | 101001100 | 1011011 | 100111 |
Color Harmonies of #BE095E
Complementary color
Monochromatic Colors of #BE095E
Black with #BE095E
Text Example
Text Example
White with #BE095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE095E; }
p { color: rgb(190,9,94); }
H1.HeaderClassName
{
color: #BE095E;
}
.AnyTagClassName
{
color: #BE095E;
}
</style>
background-color css
<style>
a { background-color: #BE095E; }
a { background-color: rgb(190,9,94); }
div.DivClassName
{
background-color: #BE095E;
}
.BgClassName
{
background-color: #BE095E;
}
</style>
border-color css
<style>
span { border-color: #BE095E; }
span { border-color: rgb(190,9,94); }
td.TdClassName
{
border-color: #BE095E;
}
.TagClassName
{
border-color: #BE095E;
}
</style>