Shades of Jazzberry Jam #BE1067
Tints of Jazzberry Jam #BE1067
RGB
CMYK
RGB Variations
Color information
#BE1067 (or 0xBE1067) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 67. RGB value is (190,16,103). Sum of RGB (Red+Green+Blue) = 190+16+103=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1067 is #41EF98. Grayscale: #4D4D4D. Windows color (decimal): -4321177 or 6754494. OLE color: 6754494.
HSL color Cylindrical-coordinate representation of color #BE1067: hue angle of 330º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1067 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 103 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.25 |
| HSL | 330º | 0.84% | 0.4% | - |
| HSV(B) | 330º | 0.92% | 0.75% | - |
| XYZ | 23.87 | 12.3 | 13.95 | - |
| YUV | 77.94 | 142.15 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 103 | 0 | 0.92 | 0.46 | 0.25 | 330 | 0.84 | 0.4 |
| Hex | BE | 10 | 67 | 0 | 5C | 2E | 19 | 14A | 54 | 28 |
| Octal | 276 | 20 | 147 | 0 | 134 | 56 | 31 | 512 | 124 | 50 |
| Binary | 10111110 | 10000 | 1100111 | 0 | 1011100 | 101110 | 11001 | 101001010 | 1010100 | 101000 |
Color Harmonies of #BE1067
Complementary color
Monochromatic Colors of #BE1067
Black with #BE1067
Text Example
Text Example
White with #BE1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1067; }
p { color: rgb(190,16,103); }
H1.HeaderClassName
{
color: #BE1067;
}
.AnyTagClassName
{
color: #BE1067;
}
</style>
background-color css
<style>
a { background-color: #BE1067; }
a { background-color: rgb(190,16,103); }
div.DivClassName
{
background-color: #BE1067;
}
.BgClassName
{
background-color: #BE1067;
}
</style>
border-color css
<style>
span { border-color: #BE1067; }
span { border-color: rgb(190,16,103); }
td.TdClassName
{
border-color: #BE1067;
}
.TagClassName
{
border-color: #BE1067;
}
</style>