Shades of Jazzberry Jam #BC094D
Tints of Jazzberry Jam #BC094D
RGB
CMYK
RGB Variations
Color information
#BC094D (or 0xBC094D) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 4D. RGB value is (188,9,77). Sum of RGB (Red+Green+Blue) = 188+9+77=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC094D is #43F6B2. Grayscale: #464646. Windows color (decimal): -4454067 or 5048764. OLE color: 5048764.
HSL color Cylindrical-coordinate representation of color #BC094D: hue angle of 337.21º degrees, saturation: 0.91, 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 #BC094D is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.26 |
| HSL | 337.21º | 0.91% | 0.39% | - |
| HSV(B) | 337.21º | 0.95% | 0.74% | - |
| XYZ | 22.18 | 11.42 | 8.06 | - |
| YUV | 70.27 | 131.8 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 77 | 0 | 0.95 | 0.59 | 0.26 | 337.21 | 0.91 | 0.39 |
| Hex | BC | 9 | 4D | 0 | 5F | 3B | 1A | 151 | 5B | 27 |
| Octal | 274 | 11 | 115 | 0 | 137 | 73 | 32 | 521 | 133 | 47 |
| Binary | 10111100 | 1001 | 1001101 | 0 | 1011111 | 111011 | 11010 | 101010001 | 1011011 | 100111 |
Color Harmonies of #BC094D
Complementary color
Monochromatic Colors of #BC094D
Black with #BC094D
Text Example
Text Example
White with #BC094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC094D; }
p { color: rgb(188,9,77); }
H1.HeaderClassName
{
color: #BC094D;
}
.AnyTagClassName
{
color: #BC094D;
}
</style>
background-color css
<style>
a { background-color: #BC094D; }
a { background-color: rgb(188,9,77); }
div.DivClassName
{
background-color: #BC094D;
}
.BgClassName
{
background-color: #BC094D;
}
</style>
border-color css
<style>
span { border-color: #BC094D; }
span { border-color: rgb(188,9,77); }
td.TdClassName
{
border-color: #BC094D;
}
.TagClassName
{
border-color: #BC094D;
}
</style>