Shades of Jazzberry Jam #BC1A69
Tints of Jazzberry Jam #BC1A69
RGB
CMYK
RGB Variations
Color information
#BC1A69 (or 0xBC1A69) is known color: Jazzberry Jam. HEX triplet: BC, 1A and 69. RGB value is (188,26,105). Sum of RGB (Red+Green+Blue) = 188+26+105=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A69 is #43E596. Grayscale: #535353. Windows color (decimal): -4449687 or 6888124. OLE color: 6888124.
HSL color Cylindrical-coordinate representation of color #BC1A69: hue angle of 330.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A69 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 105 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.26 |
| HSL | 330.74º | 0.76% | 0.42% | - |
| HSV(B) | 330.74º | 0.86% | 0.74% | - |
| XYZ | 23.66 | 12.45 | 14.52 | - |
| YUV | 83.44 | 140.17 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 105 | 0 | 0.86 | 0.44 | 0.26 | 330.74 | 0.76 | 0.42 |
| Hex | BC | 1A | 69 | 0 | 56 | 2C | 1A | 14B | 4C | 2A |
| Octal | 274 | 32 | 151 | 0 | 126 | 54 | 32 | 513 | 114 | 52 |
| Binary | 10111100 | 11010 | 1101001 | 0 | 1010110 | 101100 | 11010 | 101001011 | 1001100 | 101010 |
Color Harmonies of #BC1A69
Complementary color
Monochromatic Colors of #BC1A69
Black with #BC1A69
Text Example
Text Example
White with #BC1A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1A69; }
p { color: rgb(188,26,105); }
H1.HeaderClassName
{
color: #BC1A69;
}
.AnyTagClassName
{
color: #BC1A69;
}
</style>
background-color css
<style>
a { background-color: #BC1A69; }
a { background-color: rgb(188,26,105); }
div.DivClassName
{
background-color: #BC1A69;
}
.BgClassName
{
background-color: #BC1A69;
}
</style>
border-color css
<style>
span { border-color: #BC1A69; }
span { border-color: rgb(188,26,105); }
td.TdClassName
{
border-color: #BC1A69;
}
.TagClassName
{
border-color: #BC1A69;
}
</style>