Shades of Jazzberry Jam #BE006B
Tints of Jazzberry Jam #BE006B
RGB
CMYK
RGB Variations
Color information
#BE006B (or 0xBE006B) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 6B. RGB value is (190,0,107). Sum of RGB (Red+Green+Blue) = 190+0+107=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE006B is #41FF94. Grayscale: #444444. Windows color (decimal): -4325269 or 7012542. OLE color: 7012542.
HSL color Cylindrical-coordinate representation of color #BE006B: hue angle of 326.21º 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 #BE006B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.44 | 0.25 |
| HSL | 326.21º | 1% | 0.37% | - |
| HSV(B) | 326.21º | 1% | 0.75% | - |
| XYZ | 23.89 | 12.01 | 14.97 | - |
| YUV | 69.01 | 149.45 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 107 | 0 | 1 | 0.44 | 0.25 | 326.21 | 1 | 0.37 |
| Hex | BE | 0 | 6B | 0 | 64 | 2C | 19 | 146 | 64 | 25 |
| Octal | 276 | 0 | 153 | 0 | 144 | 54 | 31 | 506 | 144 | 45 |
| Binary | 10111110 | 0 | 1101011 | 0 | 1100100 | 101100 | 11001 | 101000110 | 1100100 | 100101 |
Color Harmonies of #BE006B
Complementary color
Monochromatic Colors of #BE006B
Black with #BE006B
Text Example
Text Example
White with #BE006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE006B; }
p { color: rgb(190,0,107); }
H1.HeaderClassName
{
color: #BE006B;
}
.AnyTagClassName
{
color: #BE006B;
}
</style>
background-color css
<style>
a { background-color: #BE006B; }
a { background-color: rgb(190,0,107); }
div.DivClassName
{
background-color: #BE006B;
}
.BgClassName
{
background-color: #BE006B;
}
</style>
border-color css
<style>
span { border-color: #BE006B; }
span { border-color: rgb(190,0,107); }
td.TdClassName
{
border-color: #BE006B;
}
.TagClassName
{
border-color: #BE006B;
}
</style>