Shades of Jazzberry Jam #B2186B
Tints of Jazzberry Jam #B2186B
RGB
CMYK
RGB Variations
Color information
#B2186B (or 0xB2186B) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 6B. RGB value is (178,24,107). Sum of RGB (Red+Green+Blue) = 178+24+107=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2186B is #4DE794. Grayscale: #4F4F4F. Windows color (decimal): -5105557 or 7018674. OLE color: 7018674.
HSL color Cylindrical-coordinate representation of color #B2186B: hue angle of 327.66º 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 #B2186B is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 107 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.30 |
| HSL | 327.66º | 0.76% | 0.4% | - |
| HSV(B) | 327.66º | 0.87% | 0.7% | - |
| XYZ | 21.34 | 11.18 | 14.94 | - |
| YUV | 79.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 107 | 0 | 0.87 | 0.40 | 0.30 | 327.66 | 0.76 | 0.4 |
| Hex | B2 | 18 | 6B | 0 | 57 | 28 | 1E | 148 | 4C | 28 |
| Octal | 262 | 30 | 153 | 0 | 127 | 50 | 36 | 510 | 114 | 50 |
| Binary | 10110010 | 11000 | 1101011 | 0 | 1010111 | 101000 | 11110 | 101001000 | 1001100 | 101000 |
Color Harmonies of #B2186B
Complementary color
Monochromatic Colors of #B2186B
Black with #B2186B
Text Example
Text Example
White with #B2186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2186B; }
p { color: rgb(178,24,107); }
H1.HeaderClassName
{
color: #B2186B;
}
.AnyTagClassName
{
color: #B2186B;
}
</style>
background-color css
<style>
a { background-color: #B2186B; }
a { background-color: rgb(178,24,107); }
div.DivClassName
{
background-color: #B2186B;
}
.BgClassName
{
background-color: #B2186B;
}
</style>
border-color css
<style>
span { border-color: #B2186B; }
span { border-color: rgb(178,24,107); }
td.TdClassName
{
border-color: #B2186B;
}
.TagClassName
{
border-color: #B2186B;
}
</style>