Shades of Jazzberry Jam #BE105B
Tints of Jazzberry Jam #BE105B
RGB
CMYK
RGB Variations
Color information
#BE105B (or 0xBE105B) is known color: Jazzberry Jam. HEX triplet: BE, 10 and 5B. RGB value is (190,16,91). Sum of RGB (Red+Green+Blue) = 190+16+91=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE105B is #41EFA4. Grayscale: #4C4C4C. Windows color (decimal): -4321189 or 5968062. OLE color: 5968062.
HSL color Cylindrical-coordinate representation of color #BE105B: hue angle of 334.14º 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 #BE105B is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 91 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.25 |
| HSL | 334.14º | 0.84% | 0.4% | - |
| HSV(B) | 334.14º | 0.92% | 0.75% | - |
| XYZ | 23.31 | 12.07 | 11 | - |
| YUV | 76.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 91 | 0 | 0.92 | 0.52 | 0.25 | 334.14 | 0.84 | 0.4 |
| Hex | BE | 10 | 5B | 0 | 5C | 34 | 19 | 14E | 54 | 28 |
| Octal | 276 | 20 | 133 | 0 | 134 | 64 | 31 | 516 | 124 | 50 |
| Binary | 10111110 | 10000 | 1011011 | 0 | 1011100 | 110100 | 11001 | 101001110 | 1010100 | 101000 |
Color Harmonies of #BE105B
Complementary color
Monochromatic Colors of #BE105B
Black with #BE105B
Text Example
Text Example
White with #BE105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE105B; }
p { color: rgb(190,16,91); }
H1.HeaderClassName
{
color: #BE105B;
}
.AnyTagClassName
{
color: #BE105B;
}
</style>
background-color css
<style>
a { background-color: #BE105B; }
a { background-color: rgb(190,16,91); }
div.DivClassName
{
background-color: #BE105B;
}
.BgClassName
{
background-color: #BE105B;
}
</style>
border-color css
<style>
span { border-color: #BE105B; }
span { border-color: rgb(190,16,91); }
td.TdClassName
{
border-color: #BE105B;
}
.TagClassName
{
border-color: #BE105B;
}
</style>