Shades of Jazzberry Jam #BC186A
Tints of Jazzberry Jam #BC186A
RGB
CMYK
RGB Variations
Color information
#BC186A (or 0xBC186A) is known color: Jazzberry Jam. HEX triplet: BC, 18 and 6A. RGB value is (188,24,106). Sum of RGB (Red+Green+Blue) = 188+24+106=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC186A is #43E795. Grayscale: #525252. Windows color (decimal): -4450198 or 6953148. OLE color: 6953148.
HSL color Cylindrical-coordinate representation of color #BC186A: hue angle of 330º 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 #BC186A is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 106 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.26 |
| HSL | 330º | 0.77% | 0.42% | - |
| HSV(B) | 330º | 0.87% | 0.74% | - |
| XYZ | 23.67 | 12.39 | 14.78 | - |
| YUV | 82.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 106 | 0 | 0.87 | 0.44 | 0.26 | 330 | 0.77 | 0.42 |
| Hex | BC | 18 | 6A | 0 | 57 | 2C | 1A | 14A | 4D | 2A |
| Octal | 274 | 30 | 152 | 0 | 127 | 54 | 32 | 512 | 115 | 52 |
| Binary | 10111100 | 11000 | 1101010 | 0 | 1010111 | 101100 | 11010 | 101001010 | 1001101 | 101010 |
Color Harmonies of #BC186A
Complementary color
Monochromatic Colors of #BC186A
Black with #BC186A
Text Example
Text Example
White with #BC186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC186A; }
p { color: rgb(188,24,106); }
H1.HeaderClassName
{
color: #BC186A;
}
.AnyTagClassName
{
color: #BC186A;
}
</style>
background-color css
<style>
a { background-color: #BC186A; }
a { background-color: rgb(188,24,106); }
div.DivClassName
{
background-color: #BC186A;
}
.BgClassName
{
background-color: #BC186A;
}
</style>
border-color css
<style>
span { border-color: #BC186A; }
span { border-color: rgb(188,24,106); }
td.TdClassName
{
border-color: #BC186A;
}
.TagClassName
{
border-color: #BC186A;
}
</style>