Shades of Jazzberry Jam #BC165E
Tints of Jazzberry Jam #BC165E
RGB
CMYK
RGB Variations
Color information
#BC165E (or 0xBC165E) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 5E. RGB value is (188,22,94). Sum of RGB (Red+Green+Blue) = 188+22+94=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC165E is #43E9A1. Grayscale: #4F4F4F. Windows color (decimal): -4450722 or 6166204. OLE color: 6166204.
HSL color Cylindrical-coordinate representation of color #BC165E: hue angle of 333.98º 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 #BC165E is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 94 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.26 |
| HSL | 333.98º | 0.79% | 0.41% | - |
| HSV(B) | 333.98º | 0.88% | 0.74% | - |
| XYZ | 23.05 | 12.07 | 11.71 | - |
| YUV | 79.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 94 | 0 | 0.88 | 0.50 | 0.26 | 333.98 | 0.79 | 0.41 |
| Hex | BC | 16 | 5E | 0 | 58 | 32 | 1A | 14E | 4F | 29 |
| Octal | 274 | 26 | 136 | 0 | 130 | 62 | 32 | 516 | 117 | 51 |
| Binary | 10111100 | 10110 | 1011110 | 0 | 1011000 | 110010 | 11010 | 101001110 | 1001111 | 101001 |
Color Harmonies of #BC165E
Complementary color
Monochromatic Colors of #BC165E
Black with #BC165E
Text Example
Text Example
White with #BC165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC165E; }
p { color: rgb(188,22,94); }
H1.HeaderClassName
{
color: #BC165E;
}
.AnyTagClassName
{
color: #BC165E;
}
</style>
background-color css
<style>
a { background-color: #BC165E; }
a { background-color: rgb(188,22,94); }
div.DivClassName
{
background-color: #BC165E;
}
.BgClassName
{
background-color: #BC165E;
}
</style>
border-color css
<style>
span { border-color: #BC165E; }
span { border-color: rgb(188,22,94); }
td.TdClassName
{
border-color: #BC165E;
}
.TagClassName
{
border-color: #BC165E;
}
</style>