Shades of Jazzberry Jam #B2185F
Tints of Jazzberry Jam #B2185F
RGB
CMYK
RGB Variations
Color information
#B2185F (or 0xB2185F) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 5F. RGB value is (178,24,95). Sum of RGB (Red+Green+Blue) = 178+24+95=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B2185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2185F is #4DE7A0. Grayscale: #4E4E4E. Windows color (decimal): -5105569 or 6232242. OLE color: 6232242.
HSL color Cylindrical-coordinate representation of color #B2185F: hue angle of 332.34º 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 #B2185F is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 24 | 95 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.30 |
| HSL | 332.34º | 0.76% | 0.4% | - |
| HSV(B) | 332.34º | 0.87% | 0.7% | - |
| XYZ | 20.75 | 10.94 | 11.85 | - |
| YUV | 78.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 24 | 95 | 0 | 0.87 | 0.47 | 0.30 | 332.34 | 0.76 | 0.4 |
| Hex | B2 | 18 | 5F | 0 | 57 | 2F | 1E | 14C | 4C | 28 |
| Octal | 262 | 30 | 137 | 0 | 127 | 57 | 36 | 514 | 114 | 50 |
| Binary | 10110010 | 11000 | 1011111 | 0 | 1010111 | 101111 | 11110 | 101001100 | 1001100 | 101000 |
Color Harmonies of #B2185F
Complementary color
Monochromatic Colors of #B2185F
Black with #B2185F
Text Example
Text Example
White with #B2185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2185F; }
p { color: rgb(178,24,95); }
H1.HeaderClassName
{
color: #B2185F;
}
.AnyTagClassName
{
color: #B2185F;
}
</style>
background-color css
<style>
a { background-color: #B2185F; }
a { background-color: rgb(178,24,95); }
div.DivClassName
{
background-color: #B2185F;
}
.BgClassName
{
background-color: #B2185F;
}
</style>
border-color css
<style>
span { border-color: #B2185F; }
span { border-color: rgb(178,24,95); }
td.TdClassName
{
border-color: #B2185F;
}
.TagClassName
{
border-color: #B2185F;
}
</style>