Shades of Jazzberry Jam #BC136A
Tints of Jazzberry Jam #BC136A
RGB
CMYK
RGB Variations
Color information
#BC136A (or 0xBC136A) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 6A. RGB value is (188,19,106). Sum of RGB (Red+Green+Blue) = 188+19+106=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC136A is #43EC95. Grayscale: #4F4F4F. Windows color (decimal): -4451478 or 6951868. OLE color: 6951868.
HSL color Cylindrical-coordinate representation of color #BC136A: hue angle of 329.11º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC136A is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.26 |
| HSL | 329.11º | 0.82% | 0.41% | - |
| HSV(B) | 329.11º | 0.9% | 0.74% | - |
| XYZ | 23.57 | 12.2 | 14.75 | - |
| YUV | 79.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 106 | 0 | 0.90 | 0.44 | 0.26 | 329.11 | 0.82 | 0.41 |
| Hex | BC | 13 | 6A | 0 | 5A | 2C | 1A | 149 | 52 | 29 |
| Octal | 274 | 23 | 152 | 0 | 132 | 54 | 32 | 511 | 122 | 51 |
| Binary | 10111100 | 10011 | 1101010 | 0 | 1011010 | 101100 | 11010 | 101001001 | 1010010 | 101001 |
Color Harmonies of #BC136A
Complementary color
Monochromatic Colors of #BC136A
Black with #BC136A
Text Example
Text Example
White with #BC136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC136A; }
p { color: rgb(188,19,106); }
H1.HeaderClassName
{
color: #BC136A;
}
.AnyTagClassName
{
color: #BC136A;
}
</style>
background-color css
<style>
a { background-color: #BC136A; }
a { background-color: rgb(188,19,106); }
div.DivClassName
{
background-color: #BC136A;
}
.BgClassName
{
background-color: #BC136A;
}
</style>
border-color css
<style>
span { border-color: #BC136A; }
span { border-color: rgb(188,19,106); }
td.TdClassName
{
border-color: #BC136A;
}
.TagClassName
{
border-color: #BC136A;
}
</style>