Shades of Jazzberry Jam #B8186D
Tints of Jazzberry Jam #B8186D
RGB
CMYK
RGB Variations
Color information
#B8186D (or 0xB8186D) is known color: Jazzberry Jam. HEX triplet: B8, 18 and 6D. RGB value is (184,24,109). Sum of RGB (Red+Green+Blue) = 184+24+109=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B8186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8186D is #47E792. Grayscale: #515151. Windows color (decimal): -4712339 or 7149752. OLE color: 7149752.
HSL color Cylindrical-coordinate representation of color #B8186D: hue angle of 328.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 #B8186D is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 109 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.28 |
| HSL | 328.13º | 0.77% | 0.41% | - |
| HSV(B) | 328.13º | 0.87% | 0.72% | - |
| XYZ | 22.85 | 11.95 | 15.57 | - |
| YUV | 81.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 109 | 0 | 0.87 | 0.41 | 0.28 | 328.13 | 0.77 | 0.41 |
| Hex | B8 | 18 | 6D | 0 | 57 | 29 | 1C | 148 | 4D | 29 |
| Octal | 270 | 30 | 155 | 0 | 127 | 51 | 34 | 510 | 115 | 51 |
| Binary | 10111000 | 11000 | 1101101 | 0 | 1010111 | 101001 | 11100 | 101001000 | 1001101 | 101001 |
Color Harmonies of #B8186D
Complementary color
Monochromatic Colors of #B8186D
Black with #B8186D
Text Example
Text Example
White with #B8186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8186D; }
p { color: rgb(184,24,109); }
H1.HeaderClassName
{
color: #B8186D;
}
.AnyTagClassName
{
color: #B8186D;
}
</style>
background-color css
<style>
a { background-color: #B8186D; }
a { background-color: rgb(184,24,109); }
div.DivClassName
{
background-color: #B8186D;
}
.BgClassName
{
background-color: #B8186D;
}
</style>
border-color css
<style>
span { border-color: #B8186D; }
span { border-color: rgb(184,24,109); }
td.TdClassName
{
border-color: #B8186D;
}
.TagClassName
{
border-color: #B8186D;
}
</style>