Shades of Jazzberry Jam #BC165C
Tints of Jazzberry Jam #BC165C
RGB
CMYK
RGB Variations
Color information
#BC165C (or 0xBC165C) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 5C. RGB value is (188,22,92). Sum of RGB (Red+Green+Blue) = 188+22+92=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC165C is #43E9A3. Grayscale: #4F4F4F. Windows color (decimal): -4450724 or 6035132. OLE color: 6035132.
HSL color Cylindrical-coordinate representation of color #BC165C: hue angle of 334.7º 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 #BC165C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 92 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.26 |
| HSL | 334.7º | 0.79% | 0.41% | - |
| HSV(B) | 334.7º | 0.88% | 0.74% | - |
| XYZ | 22.96 | 12.04 | 11.24 | - |
| YUV | 79.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 92 | 0 | 0.88 | 0.51 | 0.26 | 334.7 | 0.79 | 0.41 |
| Hex | BC | 16 | 5C | 0 | 58 | 33 | 1A | 14F | 4F | 29 |
| Octal | 274 | 26 | 134 | 0 | 130 | 63 | 32 | 517 | 117 | 51 |
| Binary | 10111100 | 10110 | 1011100 | 0 | 1011000 | 110011 | 11010 | 101001111 | 1001111 | 101001 |
Color Harmonies of #BC165C
Complementary color
Monochromatic Colors of #BC165C
Black with #BC165C
Text Example
Text Example
White with #BC165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC165C; }
p { color: rgb(188,22,92); }
H1.HeaderClassName
{
color: #BC165C;
}
.AnyTagClassName
{
color: #BC165C;
}
</style>
background-color css
<style>
a { background-color: #BC165C; }
a { background-color: rgb(188,22,92); }
div.DivClassName
{
background-color: #BC165C;
}
.BgClassName
{
background-color: #BC165C;
}
</style>
border-color css
<style>
span { border-color: #BC165C; }
span { border-color: rgb(188,22,92); }
td.TdClassName
{
border-color: #BC165C;
}
.TagClassName
{
border-color: #BC165C;
}
</style>