Shades of Jazzberry Jam #BE1267
Tints of Jazzberry Jam #BE1267
RGB
CMYK
RGB Variations
Color information
#BE1267 (or 0xBE1267) is known color: Jazzberry Jam. HEX triplet: BE, 12 and 67. RGB value is (190,18,103). Sum of RGB (Red+Green+Blue) = 190+18+103=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1267 is #41ED98. Grayscale: #4E4E4E. Windows color (decimal): -4320665 or 6755006. OLE color: 6755006.
HSL color Cylindrical-coordinate representation of color #BE1267: hue angle of 330.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1267 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 103 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.25 |
| HSL | 330.35º | 0.83% | 0.41% | - |
| HSV(B) | 330.35º | 0.91% | 0.75% | - |
| XYZ | 23.9 | 12.36 | 13.96 | - |
| YUV | 79.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 103 | 0 | 0.91 | 0.46 | 0.25 | 330.35 | 0.83 | 0.41 |
| Hex | BE | 12 | 67 | 0 | 5B | 2E | 19 | 14A | 53 | 29 |
| Octal | 276 | 22 | 147 | 0 | 133 | 56 | 31 | 512 | 123 | 51 |
| Binary | 10111110 | 10010 | 1100111 | 0 | 1011011 | 101110 | 11001 | 101001010 | 1010011 | 101001 |
Color Harmonies of #BE1267
Complementary color
Monochromatic Colors of #BE1267
Black with #BE1267
Text Example
Text Example
White with #BE1267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1267; }
p { color: rgb(190,18,103); }
H1.HeaderClassName
{
color: #BE1267;
}
.AnyTagClassName
{
color: #BE1267;
}
</style>
background-color css
<style>
a { background-color: #BE1267; }
a { background-color: rgb(190,18,103); }
div.DivClassName
{
background-color: #BE1267;
}
.BgClassName
{
background-color: #BE1267;
}
</style>
border-color css
<style>
span { border-color: #BE1267; }
span { border-color: rgb(190,18,103); }
td.TdClassName
{
border-color: #BE1267;
}
.TagClassName
{
border-color: #BE1267;
}
</style>