Shades of Jazzberry Jam #BC0B5A
Tints of Jazzberry Jam #BC0B5A
RGB
CMYK
RGB Variations
Color information
#BC0B5A (or 0xBC0B5A) is known color: Jazzberry Jam. HEX triplet: BC, 0B and 5A. RGB value is (188,11,90). Sum of RGB (Red+Green+Blue) = 188+11+90=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B5A is #43F4A5. Grayscale: #484848. Windows color (decimal): -4453542 or 5901244. OLE color: 5901244.
HSL color Cylindrical-coordinate representation of color #BC0B5A: hue angle of 333.22º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B5A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.26 |
| HSL | 333.22º | 0.89% | 0.39% | - |
| HSV(B) | 333.22º | 0.94% | 0.74% | - |
| XYZ | 22.7 | 11.67 | 10.73 | - |
| YUV | 72.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 90 | 0 | 0.94 | 0.52 | 0.26 | 333.22 | 0.89 | 0.39 |
| Hex | BC | B | 5A | 0 | 5E | 34 | 1A | 14D | 59 | 27 |
| Octal | 274 | 13 | 132 | 0 | 136 | 64 | 32 | 515 | 131 | 47 |
| Binary | 10111100 | 1011 | 1011010 | 0 | 1011110 | 110100 | 11010 | 101001101 | 1011001 | 100111 |
Color Harmonies of #BC0B5A
Complementary color
Monochromatic Colors of #BC0B5A
Black with #BC0B5A
Text Example
Text Example
White with #BC0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B5A; }
p { color: rgb(188,11,90); }
H1.HeaderClassName
{
color: #BC0B5A;
}
.AnyTagClassName
{
color: #BC0B5A;
}
</style>
background-color css
<style>
a { background-color: #BC0B5A; }
a { background-color: rgb(188,11,90); }
div.DivClassName
{
background-color: #BC0B5A;
}
.BgClassName
{
background-color: #BC0B5A;
}
</style>
border-color css
<style>
span { border-color: #BC0B5A; }
span { border-color: rgb(188,11,90); }
td.TdClassName
{
border-color: #BC0B5A;
}
.TagClassName
{
border-color: #BC0B5A;
}
</style>