Shades of Jazzberry Jam #B8186B
Tints of Jazzberry Jam #B8186B
RGB
CMYK
RGB Variations
Color information
#B8186B (or 0xB8186B) is known color: Jazzberry Jam. HEX triplet: B8, 18 and 6B. RGB value is (184,24,107). Sum of RGB (Red+Green+Blue) = 184+24+107=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8186B is #47E794. Grayscale: #515151. Windows color (decimal): -4712341 or 7018680. OLE color: 7018680.
HSL color Cylindrical-coordinate representation of color #B8186B: hue angle of 328.88º 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 #B8186B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 24 | 107 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.28 |
| HSL | 328.88º | 0.77% | 0.41% | - |
| HSV(B) | 328.88º | 0.87% | 0.72% | - |
| XYZ | 22.75 | 11.91 | 15.01 | - |
| YUV | 81.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 107 | 0 | 0.87 | 0.42 | 0.28 | 328.88 | 0.77 | 0.41 |
| Hex | B8 | 18 | 6B | 0 | 57 | 2A | 1C | 149 | 4D | 29 |
| Octal | 270 | 30 | 153 | 0 | 127 | 52 | 34 | 511 | 115 | 51 |
| Binary | 10111000 | 11000 | 1101011 | 0 | 1010111 | 101010 | 11100 | 101001001 | 1001101 | 101001 |
Color Harmonies of #B8186B
Complementary color
Monochromatic Colors of #B8186B
Black with #B8186B
Text Example
Text Example
White with #B8186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8186B; }
p { color: rgb(184,24,107); }
H1.HeaderClassName
{
color: #B8186B;
}
.AnyTagClassName
{
color: #B8186B;
}
</style>
background-color css
<style>
a { background-color: #B8186B; }
a { background-color: rgb(184,24,107); }
div.DivClassName
{
background-color: #B8186B;
}
.BgClassName
{
background-color: #B8186B;
}
</style>
border-color css
<style>
span { border-color: #B8186B; }
span { border-color: rgb(184,24,107); }
td.TdClassName
{
border-color: #B8186B;
}
.TagClassName
{
border-color: #B8186B;
}
</style>