Shades of Jazzberry Jam #BE1667
Tints of Jazzberry Jam #BE1667
RGB
CMYK
RGB Variations
Color information
#BE1667 (or 0xBE1667) is known color: Jazzberry Jam. HEX triplet: BE, 16 and 67. RGB value is (190,22,103). Sum of RGB (Red+Green+Blue) = 190+22+103=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1667 is #41E998. Grayscale: #515151. Windows color (decimal): -4319641 or 6756030. OLE color: 6756030.
HSL color Cylindrical-coordinate representation of color #BE1667: hue angle of 331.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1667 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 103 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.25 |
| HSL | 331.07º | 0.79% | 0.42% | - |
| HSV(B) | 331.07º | 0.88% | 0.75% | - |
| XYZ | 23.97 | 12.5 | 13.98 | - |
| YUV | 81.47 | 140.16 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 103 | 0 | 0.88 | 0.46 | 0.25 | 331.07 | 0.79 | 0.42 |
| Hex | BE | 16 | 67 | 0 | 58 | 2E | 19 | 14B | 4F | 2A |
| Octal | 276 | 26 | 147 | 0 | 130 | 56 | 31 | 513 | 117 | 52 |
| Binary | 10111110 | 10110 | 1100111 | 0 | 1011000 | 101110 | 11001 | 101001011 | 1001111 | 101010 |
Color Harmonies of #BE1667
Complementary color
Monochromatic Colors of #BE1667
Black with #BE1667
Text Example
Text Example
White with #BE1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1667; }
p { color: rgb(190,22,103); }
H1.HeaderClassName
{
color: #BE1667;
}
.AnyTagClassName
{
color: #BE1667;
}
</style>
background-color css
<style>
a { background-color: #BE1667; }
a { background-color: rgb(190,22,103); }
div.DivClassName
{
background-color: #BE1667;
}
.BgClassName
{
background-color: #BE1667;
}
</style>
border-color css
<style>
span { border-color: #BE1667; }
span { border-color: rgb(190,22,103); }
td.TdClassName
{
border-color: #BE1667;
}
.TagClassName
{
border-color: #BE1667;
}
</style>