Shades of Jazzberry Jam #B62066
Tints of Jazzberry Jam #B62066
RGB
CMYK
RGB Variations
Color information
#B62066 (or 0xB62066) is known color: Jazzberry Jam. HEX triplet: B6, 20 and 66. RGB value is (182,32,102). Sum of RGB (Red+Green+Blue) = 182+32+102=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B62066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62066 is #49DF99. Grayscale: #545454. Windows color (decimal): -4841370 or 6693046. OLE color: 6693046.
HSL color Cylindrical-coordinate representation of color #B62066: hue angle of 332º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62066 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 102 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.29 |
| HSL | 332º | 0.7% | 0.42% | - |
| HSV(B) | 332º | 0.82% | 0.71% | - |
| XYZ | 22.21 | 11.94 | 13.7 | - |
| YUV | 84.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 102 | 0 | 0.82 | 0.44 | 0.29 | 332 | 0.7 | 0.42 |
| Hex | B6 | 20 | 66 | 0 | 52 | 2C | 1D | 14C | 46 | 2A |
| Octal | 266 | 40 | 146 | 0 | 122 | 54 | 35 | 514 | 106 | 52 |
| Binary | 10110110 | 100000 | 1100110 | 0 | 1010010 | 101100 | 11101 | 101001100 | 1000110 | 101010 |
Color Harmonies of #B62066
Complementary color
Monochromatic Colors of #B62066
Black with #B62066
Text Example
Text Example
White with #B62066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62066; }
p { color: rgb(182,32,102); }
H1.HeaderClassName
{
color: #B62066;
}
.AnyTagClassName
{
color: #B62066;
}
</style>
background-color css
<style>
a { background-color: #B62066; }
a { background-color: rgb(182,32,102); }
div.DivClassName
{
background-color: #B62066;
}
.BgClassName
{
background-color: #B62066;
}
</style>
border-color css
<style>
span { border-color: #B62066; }
span { border-color: rgb(182,32,102); }
td.TdClassName
{
border-color: #B62066;
}
.TagClassName
{
border-color: #B62066;
}
</style>