Shades of Jazzberry Jam #B2186C
Tints of Jazzberry Jam #B2186C
RGB
CMYK
RGB Variations
Color information
#B2186C (or 0xB2186C) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 6C. RGB value is (178,24,108). Sum of RGB (Red+Green+Blue) = 178+24+108=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2186C is #4DE793. Grayscale: #4F4F4F. Windows color (decimal): -5105556 or 7084210. OLE color: 7084210.
HSL color Cylindrical-coordinate representation of color #B2186C: hue angle of 327.27º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2186C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 108 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.30 |
| HSL | 327.27º | 0.76% | 0.4% | - |
| HSV(B) | 327.27º | 0.87% | 0.7% | - |
| XYZ | 21.39 | 11.2 | 15.22 | - |
| YUV | 79.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 108 | 0 | 0.87 | 0.39 | 0.30 | 327.27 | 0.76 | 0.4 |
| Hex | B2 | 18 | 6C | 0 | 57 | 27 | 1E | 147 | 4C | 28 |
| Octal | 262 | 30 | 154 | 0 | 127 | 47 | 36 | 507 | 114 | 50 |
| Binary | 10110010 | 11000 | 1101100 | 0 | 1010111 | 100111 | 11110 | 101000111 | 1001100 | 101000 |
Color Harmonies of #B2186C
Complementary color
Monochromatic Colors of #B2186C
Black with #B2186C
Text Example
Text Example
White with #B2186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2186C; }
p { color: rgb(178,24,108); }
H1.HeaderClassName
{
color: #B2186C;
}
.AnyTagClassName
{
color: #B2186C;
}
</style>
background-color css
<style>
a { background-color: #B2186C; }
a { background-color: rgb(178,24,108); }
div.DivClassName
{
background-color: #B2186C;
}
.BgClassName
{
background-color: #B2186C;
}
</style>
border-color css
<style>
span { border-color: #B2186C; }
span { border-color: rgb(178,24,108); }
td.TdClassName
{
border-color: #B2186C;
}
.TagClassName
{
border-color: #B2186C;
}
</style>