Shades of Jazzberry Jam #BC155A
Tints of Jazzberry Jam #BC155A
RGB
CMYK
RGB Variations
Color information
#BC155A (or 0xBC155A) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 5A. RGB value is (188,21,90). Sum of RGB (Red+Green+Blue) = 188+21+90=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC155A is #43EAA5. Grayscale: #4E4E4E. Windows color (decimal): -4450982 or 5903804. OLE color: 5903804.
HSL color Cylindrical-coordinate representation of color #BC155A: hue angle of 335.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC155A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 90 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.26 |
| HSL | 335.21º | 0.8% | 0.41% | - |
| HSV(B) | 335.21º | 0.89% | 0.74% | - |
| XYZ | 22.85 | 11.97 | 10.78 | - |
| YUV | 78.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 90 | 0 | 0.89 | 0.52 | 0.26 | 335.21 | 0.8 | 0.41 |
| Hex | BC | 15 | 5A | 0 | 59 | 34 | 1A | 14F | 50 | 29 |
| Octal | 274 | 25 | 132 | 0 | 131 | 64 | 32 | 517 | 120 | 51 |
| Binary | 10111100 | 10101 | 1011010 | 0 | 1011001 | 110100 | 11010 | 101001111 | 1010000 | 101001 |
Color Harmonies of #BC155A
Complementary color
Monochromatic Colors of #BC155A
Black with #BC155A
Text Example
Text Example
White with #BC155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC155A; }
p { color: rgb(188,21,90); }
H1.HeaderClassName
{
color: #BC155A;
}
.AnyTagClassName
{
color: #BC155A;
}
</style>
background-color css
<style>
a { background-color: #BC155A; }
a { background-color: rgb(188,21,90); }
div.DivClassName
{
background-color: #BC155A;
}
.BgClassName
{
background-color: #BC155A;
}
</style>
border-color css
<style>
span { border-color: #BC155A; }
span { border-color: rgb(188,21,90); }
td.TdClassName
{
border-color: #BC155A;
}
.TagClassName
{
border-color: #BC155A;
}
</style>