Shades of Jazzberry Jam #BE006D
Tints of Jazzberry Jam #BE006D
RGB
CMYK
RGB Variations
Color information
#BE006D (or 0xBE006D) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 6D. RGB value is (190,0,109). Sum of RGB (Red+Green+Blue) = 190+0+109=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE006D is #41FF92. Grayscale: #444444. Windows color (decimal): -4325267 or 7143614. OLE color: 7143614.
HSL color Cylindrical-coordinate representation of color #BE006D: hue angle of 325.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE006D is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.43 | 0.25 |
| HSL | 325.58º | 1% | 0.37% | - |
| HSV(B) | 325.58º | 1% | 0.75% | - |
| XYZ | 24 | 12.05 | 15.53 | - |
| YUV | 69.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 109 | 0 | 1 | 0.43 | 0.25 | 325.58 | 1 | 0.37 |
| Hex | BE | 0 | 6D | 0 | 64 | 2B | 19 | 146 | 64 | 25 |
| Octal | 276 | 0 | 155 | 0 | 144 | 53 | 31 | 506 | 144 | 45 |
| Binary | 10111110 | 0 | 1101101 | 0 | 1100100 | 101011 | 11001 | 101000110 | 1100100 | 100101 |
Color Harmonies of #BE006D
Complementary color
Monochromatic Colors of #BE006D
Black with #BE006D
Text Example
Text Example
White with #BE006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE006D; }
p { color: rgb(190,0,109); }
H1.HeaderClassName
{
color: #BE006D;
}
.AnyTagClassName
{
color: #BE006D;
}
</style>
background-color css
<style>
a { background-color: #BE006D; }
a { background-color: rgb(190,0,109); }
div.DivClassName
{
background-color: #BE006D;
}
.BgClassName
{
background-color: #BE006D;
}
</style>
border-color css
<style>
span { border-color: #BE006D; }
span { border-color: rgb(190,0,109); }
td.TdClassName
{
border-color: #BE006D;
}
.TagClassName
{
border-color: #BE006D;
}
</style>