Shades of Jazzberry Jam #BC166B
Tints of Jazzberry Jam #BC166B
RGB
CMYK
RGB Variations
Color information
#BC166B (or 0xBC166B) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 6B. RGB value is (188,22,107). Sum of RGB (Red+Green+Blue) = 188+22+107=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC166B is #43E994. Grayscale: #515151. Windows color (decimal): -4450709 or 7018172. OLE color: 7018172.
HSL color Cylindrical-coordinate representation of color #BC166B: hue angle of 329.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC166B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 107 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.26 |
| HSL | 329.28º | 0.79% | 0.41% | - |
| HSV(B) | 329.28º | 0.88% | 0.74% | - |
| XYZ | 23.68 | 12.33 | 15.04 | - |
| YUV | 81.32 | 142.5 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 107 | 0 | 0.88 | 0.43 | 0.26 | 329.28 | 0.79 | 0.41 |
| Hex | BC | 16 | 6B | 0 | 58 | 2B | 1A | 149 | 4F | 29 |
| Octal | 274 | 26 | 153 | 0 | 130 | 53 | 32 | 511 | 117 | 51 |
| Binary | 10111100 | 10110 | 1101011 | 0 | 1011000 | 101011 | 11010 | 101001001 | 1001111 | 101001 |
Color Harmonies of #BC166B
Complementary color
Monochromatic Colors of #BC166B
Black with #BC166B
Text Example
Text Example
White with #BC166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC166B; }
p { color: rgb(188,22,107); }
H1.HeaderClassName
{
color: #BC166B;
}
.AnyTagClassName
{
color: #BC166B;
}
</style>
background-color css
<style>
a { background-color: #BC166B; }
a { background-color: rgb(188,22,107); }
div.DivClassName
{
background-color: #BC166B;
}
.BgClassName
{
background-color: #BC166B;
}
</style>
border-color css
<style>
span { border-color: #BC166B; }
span { border-color: rgb(188,22,107); }
td.TdClassName
{
border-color: #BC166B;
}
.TagClassName
{
border-color: #BC166B;
}
</style>