Shades of Jazzberry Jam #B8185F
Tints of Jazzberry Jam #B8185F
RGB
CMYK
RGB Variations
Color information
#B8185F (or 0xB8185F) is known color: Jazzberry Jam. HEX triplet: B8, 18 and 5F. RGB value is (184,24,95). Sum of RGB (Red+Green+Blue) = 184+24+95=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B8185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8185F is #47E7A0. Grayscale: #4F4F4F. Windows color (decimal): -4712353 or 6232248. OLE color: 6232248.
HSL color Cylindrical-coordinate representation of color #B8185F: hue angle of 333.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8185F is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 95 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.28 |
| HSL | 333.38º | 0.77% | 0.41% | - |
| HSV(B) | 333.38º | 0.87% | 0.72% | - |
| XYZ | 22.16 | 11.67 | 11.91 | - |
| YUV | 79.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 95 | 0 | 0.87 | 0.48 | 0.28 | 333.38 | 0.77 | 0.41 |
| Hex | B8 | 18 | 5F | 0 | 57 | 30 | 1C | 14D | 4D | 29 |
| Octal | 270 | 30 | 137 | 0 | 127 | 60 | 34 | 515 | 115 | 51 |
| Binary | 10111000 | 11000 | 1011111 | 0 | 1010111 | 110000 | 11100 | 101001101 | 1001101 | 101001 |
Color Harmonies of #B8185F
Complementary color
Monochromatic Colors of #B8185F
Black with #B8185F
Text Example
Text Example
White with #B8185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8185F; }
p { color: rgb(184,24,95); }
H1.HeaderClassName
{
color: #B8185F;
}
.AnyTagClassName
{
color: #B8185F;
}
</style>
background-color css
<style>
a { background-color: #B8185F; }
a { background-color: rgb(184,24,95); }
div.DivClassName
{
background-color: #B8185F;
}
.BgClassName
{
background-color: #B8185F;
}
</style>
border-color css
<style>
span { border-color: #B8185F; }
span { border-color: rgb(184,24,95); }
td.TdClassName
{
border-color: #B8185F;
}
.TagClassName
{
border-color: #B8185F;
}
</style>