Shades of Jazzberry Jam #B2165E
Tints of Jazzberry Jam #B2165E
RGB
CMYK
RGB Variations
Color information
#B2165E (or 0xB2165E) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 5E. RGB value is (178,22,94). Sum of RGB (Red+Green+Blue) = 178+22+94=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2165E is #4DE9A1. Grayscale: #4C4C4C. Windows color (decimal): -5106082 or 6166194. OLE color: 6166194.
HSL color Cylindrical-coordinate representation of color #B2165E: hue angle of 332.31º 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 #B2165E is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 94 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.30 |
| HSL | 332.31º | 0.78% | 0.39% | - |
| HSV(B) | 332.31º | 0.88% | 0.7% | - |
| XYZ | 20.67 | 10.85 | 11.59 | - |
| YUV | 76.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 94 | 0 | 0.88 | 0.47 | 0.30 | 332.31 | 0.78 | 0.39 |
| Hex | B2 | 16 | 5E | 0 | 58 | 2F | 1E | 14C | 4E | 27 |
| Octal | 262 | 26 | 136 | 0 | 130 | 57 | 36 | 514 | 116 | 47 |
| Binary | 10110010 | 10110 | 1011110 | 0 | 1011000 | 101111 | 11110 | 101001100 | 1001110 | 100111 |
Color Harmonies of #B2165E
Complementary color
Monochromatic Colors of #B2165E
Black with #B2165E
Text Example
Text Example
White with #B2165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2165E; }
p { color: rgb(178,22,94); }
H1.HeaderClassName
{
color: #B2165E;
}
.AnyTagClassName
{
color: #B2165E;
}
</style>
background-color css
<style>
a { background-color: #B2165E; }
a { background-color: rgb(178,22,94); }
div.DivClassName
{
background-color: #B2165E;
}
.BgClassName
{
background-color: #B2165E;
}
</style>
border-color css
<style>
span { border-color: #B2165E; }
span { border-color: rgb(178,22,94); }
td.TdClassName
{
border-color: #B2165E;
}
.TagClassName
{
border-color: #B2165E;
}
</style>