Shades of Jazzberry Jam #BC185E
Tints of Jazzberry Jam #BC185E
RGB
CMYK
RGB Variations
Color information
#BC185E (or 0xBC185E) is known color: Jazzberry Jam. HEX triplet: BC, 18 and 5E. RGB value is (188,24,94). Sum of RGB (Red+Green+Blue) = 188+24+94=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC185E is #43E7A1. Grayscale: #505050. Windows color (decimal): -4450210 or 6166716. OLE color: 6166716.
HSL color Cylindrical-coordinate representation of color #BC185E: hue angle of 334.39º 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 #BC185E is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 94 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.26 |
| HSL | 334.39º | 0.77% | 0.42% | - |
| HSV(B) | 334.39º | 0.87% | 0.74% | - |
| XYZ | 23.09 | 12.15 | 11.72 | - |
| YUV | 81.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 94 | 0 | 0.87 | 0.50 | 0.26 | 334.39 | 0.77 | 0.42 |
| Hex | BC | 18 | 5E | 0 | 57 | 32 | 1A | 14E | 4D | 2A |
| Octal | 274 | 30 | 136 | 0 | 127 | 62 | 32 | 516 | 115 | 52 |
| Binary | 10111100 | 11000 | 1011110 | 0 | 1010111 | 110010 | 11010 | 101001110 | 1001101 | 101010 |
Color Harmonies of #BC185E
Complementary color
Monochromatic Colors of #BC185E
Black with #BC185E
Text Example
Text Example
White with #BC185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC185E; }
p { color: rgb(188,24,94); }
H1.HeaderClassName
{
color: #BC185E;
}
.AnyTagClassName
{
color: #BC185E;
}
</style>
background-color css
<style>
a { background-color: #BC185E; }
a { background-color: rgb(188,24,94); }
div.DivClassName
{
background-color: #BC185E;
}
.BgClassName
{
background-color: #BC185E;
}
</style>
border-color css
<style>
span { border-color: #BC185E; }
span { border-color: rgb(188,24,94); }
td.TdClassName
{
border-color: #BC185E;
}
.TagClassName
{
border-color: #BC185E;
}
</style>