Shades of Jazzberry Jam #BC186B
Tints of Jazzberry Jam #BC186B
RGB
CMYK
RGB Variations
Color information
#BC186B (or 0xBC186B) is known color: Jazzberry Jam. HEX triplet: BC, 18 and 6B. RGB value is (188,24,107). Sum of RGB (Red+Green+Blue) = 188+24+107=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC186B is #43E794. Grayscale: #525252. Windows color (decimal): -4450197 or 7018684. OLE color: 7018684.
HSL color Cylindrical-coordinate representation of color #BC186B: hue angle of 329.63º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC186B is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 107 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.26 |
| HSL | 329.63º | 0.77% | 0.42% | - |
| HSV(B) | 329.63º | 0.87% | 0.74% | - |
| XYZ | 23.72 | 12.41 | 15.05 | - |
| YUV | 82.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 107 | 0 | 0.87 | 0.43 | 0.26 | 329.63 | 0.77 | 0.42 |
| Hex | BC | 18 | 6B | 0 | 57 | 2B | 1A | 14A | 4D | 2A |
| Octal | 274 | 30 | 153 | 0 | 127 | 53 | 32 | 512 | 115 | 52 |
| Binary | 10111100 | 11000 | 1101011 | 0 | 1010111 | 101011 | 11010 | 101001010 | 1001101 | 101010 |
Color Harmonies of #BC186B
Complementary color
Monochromatic Colors of #BC186B
Black with #BC186B
Text Example
Text Example
White with #BC186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC186B; }
p { color: rgb(188,24,107); }
H1.HeaderClassName
{
color: #BC186B;
}
.AnyTagClassName
{
color: #BC186B;
}
</style>
background-color css
<style>
a { background-color: #BC186B; }
a { background-color: rgb(188,24,107); }
div.DivClassName
{
background-color: #BC186B;
}
.BgClassName
{
background-color: #BC186B;
}
</style>
border-color css
<style>
span { border-color: #BC186B; }
span { border-color: rgb(188,24,107); }
td.TdClassName
{
border-color: #BC186B;
}
.TagClassName
{
border-color: #BC186B;
}
</style>