Shades of Jazzberry Jam #BC084D
Tints of Jazzberry Jam #BC084D
RGB
CMYK
RGB Variations
Color information
#BC084D (or 0xBC084D) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 4D. RGB value is (188,8,77). Sum of RGB (Red+Green+Blue) = 188+8+77=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC084D is #43F7B2. Grayscale: #454545. Windows color (decimal): -4454323 or 5048508. OLE color: 5048508.
HSL color Cylindrical-coordinate representation of color #BC084D: hue angle of 337º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC084D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.26 |
| HSL | 337º | 0.92% | 0.38% | - |
| HSV(B) | 337º | 0.96% | 0.74% | - |
| XYZ | 22.17 | 11.4 | 8.05 | - |
| YUV | 69.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 77 | 0 | 0.96 | 0.59 | 0.26 | 337 | 0.92 | 0.38 |
| Hex | BC | 8 | 4D | 0 | 60 | 3B | 1A | 151 | 5C | 26 |
| Octal | 274 | 10 | 115 | 0 | 140 | 73 | 32 | 521 | 134 | 46 |
| Binary | 10111100 | 1000 | 1001101 | 0 | 1100000 | 111011 | 11010 | 101010001 | 1011100 | 100110 |
Color Harmonies of #BC084D
Complementary color
Monochromatic Colors of #BC084D
Black with #BC084D
Text Example
Text Example
White with #BC084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC084D; }
p { color: rgb(188,8,77); }
H1.HeaderClassName
{
color: #BC084D;
}
.AnyTagClassName
{
color: #BC084D;
}
</style>
background-color css
<style>
a { background-color: #BC084D; }
a { background-color: rgb(188,8,77); }
div.DivClassName
{
background-color: #BC084D;
}
.BgClassName
{
background-color: #BC084D;
}
</style>
border-color css
<style>
span { border-color: #BC084D; }
span { border-color: rgb(188,8,77); }
td.TdClassName
{
border-color: #BC084D;
}
.TagClassName
{
border-color: #BC084D;
}
</style>