Shades of Jazzberry Jam #B2165D
Tints of Jazzberry Jam #B2165D
RGB
CMYK
RGB Variations
Color information
#B2165D (or 0xB2165D) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 5D. RGB value is (178,22,93). Sum of RGB (Red+Green+Blue) = 178+22+93=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2165D is #4DE9A2. Grayscale: #4C4C4C. Windows color (decimal): -5106083 or 6100658. OLE color: 6100658.
HSL color Cylindrical-coordinate representation of color #B2165D: hue angle of 332.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2165D is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 93 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.30 |
| HSL | 332.69º | 0.78% | 0.39% | - |
| HSV(B) | 332.69º | 0.88% | 0.7% | - |
| XYZ | 20.62 | 10.83 | 11.36 | - |
| YUV | 76.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 93 | 0 | 0.88 | 0.48 | 0.30 | 332.69 | 0.78 | 0.39 |
| Hex | B2 | 16 | 5D | 0 | 58 | 30 | 1E | 14D | 4E | 27 |
| Octal | 262 | 26 | 135 | 0 | 130 | 60 | 36 | 515 | 116 | 47 |
| Binary | 10110010 | 10110 | 1011101 | 0 | 1011000 | 110000 | 11110 | 101001101 | 1001110 | 100111 |
Color Harmonies of #B2165D
Complementary color
Monochromatic Colors of #B2165D
Black with #B2165D
Text Example
Text Example
White with #B2165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2165D; }
p { color: rgb(178,22,93); }
H1.HeaderClassName
{
color: #B2165D;
}
.AnyTagClassName
{
color: #B2165D;
}
</style>
background-color css
<style>
a { background-color: #B2165D; }
a { background-color: rgb(178,22,93); }
div.DivClassName
{
background-color: #B2165D;
}
.BgClassName
{
background-color: #B2165D;
}
</style>
border-color css
<style>
span { border-color: #B2165D; }
span { border-color: rgb(178,22,93); }
td.TdClassName
{
border-color: #B2165D;
}
.TagClassName
{
border-color: #B2165D;
}
</style>