Shades of Jazzberry Jam #B8185D
Tints of Jazzberry Jam #B8185D
RGB
CMYK
RGB Variations
Color information
#B8185D (or 0xB8185D) is known color: Jazzberry Jam. HEX triplet: B8, 18 and 5D. RGB value is (184,24,93). Sum of RGB (Red+Green+Blue) = 184+24+93=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8185D is #47E7A2. Grayscale: #4F4F4F. Windows color (decimal): -4712355 or 6101176. OLE color: 6101176.
HSL color Cylindrical-coordinate representation of color #B8185D: hue angle of 334.12º 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 #B8185D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 93 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.28 |
| HSL | 334.13º | 0.77% | 0.41% | - |
| HSV(B) | 334.13º | 0.87% | 0.72% | - |
| XYZ | 22.07 | 11.63 | 11.44 | - |
| YUV | 79.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 93 | 0 | 0.87 | 0.49 | 0.28 | 334.13 | 0.77 | 0.41 |
| Hex | B8 | 18 | 5D | 0 | 57 | 31 | 1C | 14E | 4D | 29 |
| Octal | 270 | 30 | 135 | 0 | 127 | 61 | 34 | 516 | 115 | 51 |
| Binary | 10111000 | 11000 | 1011101 | 0 | 1010111 | 110001 | 11100 | 101001110 | 1001101 | 101001 |
Color Harmonies of #B8185D
Complementary color
Monochromatic Colors of #B8185D
Black with #B8185D
Text Example
Text Example
White with #B8185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8185D; }
p { color: rgb(184,24,93); }
H1.HeaderClassName
{
color: #B8185D;
}
.AnyTagClassName
{
color: #B8185D;
}
</style>
background-color css
<style>
a { background-color: #B8185D; }
a { background-color: rgb(184,24,93); }
div.DivClassName
{
background-color: #B8185D;
}
.BgClassName
{
background-color: #B8185D;
}
</style>
border-color css
<style>
span { border-color: #B8185D; }
span { border-color: rgb(184,24,93); }
td.TdClassName
{
border-color: #B8185D;
}
.TagClassName
{
border-color: #B8185D;
}
</style>