Shades of Jazzberry Jam #BC0A4F
Tints of Jazzberry Jam #BC0A4F
RGB
CMYK
RGB Variations
Color information
#BC0A4F (or 0xBC0A4F) is known color: Jazzberry Jam. HEX triplet: BC, 0A and 4F. RGB value is (188,10,79). Sum of RGB (Red+Green+Blue) = 188+10+79=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0A4F is #43F5B0. Grayscale: #464646. Windows color (decimal): -4453809 or 5180092. OLE color: 5180092.
HSL color Cylindrical-coordinate representation of color #BC0A4F: hue angle of 336.74º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A4F is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 79 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.26 |
| HSL | 336.74º | 0.9% | 0.39% | - |
| HSV(B) | 336.74º | 0.95% | 0.74% | - |
| XYZ | 22.26 | 11.47 | 8.44 | - |
| YUV | 71.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 79 | 0 | 0.95 | 0.58 | 0.26 | 336.74 | 0.9 | 0.39 |
| Hex | BC | A | 4F | 0 | 5F | 3A | 1A | 151 | 5A | 27 |
| Octal | 274 | 12 | 117 | 0 | 137 | 72 | 32 | 521 | 132 | 47 |
| Binary | 10111100 | 1010 | 1001111 | 0 | 1011111 | 111010 | 11010 | 101010001 | 1011010 | 100111 |
Color Harmonies of #BC0A4F
Complementary color
Monochromatic Colors of #BC0A4F
Black with #BC0A4F
Text Example
Text Example
White with #BC0A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A4F; }
p { color: rgb(188,10,79); }
H1.HeaderClassName
{
color: #BC0A4F;
}
.AnyTagClassName
{
color: #BC0A4F;
}
</style>
background-color css
<style>
a { background-color: #BC0A4F; }
a { background-color: rgb(188,10,79); }
div.DivClassName
{
background-color: #BC0A4F;
}
.BgClassName
{
background-color: #BC0A4F;
}
</style>
border-color css
<style>
span { border-color: #BC0A4F; }
span { border-color: rgb(188,10,79); }
td.TdClassName
{
border-color: #BC0A4F;
}
.TagClassName
{
border-color: #BC0A4F;
}
</style>