Shades of Jazzberry Jam #BC0769
Tints of Jazzberry Jam #BC0769
RGB
CMYK
RGB Variations
Color information
#BC0769 (or 0xBC0769) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 69. RGB value is (188,7,105). Sum of RGB (Red+Green+Blue) = 188+7+105=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0769 is #43F896. Grayscale: #484848. Windows color (decimal): -4454551 or 6883260. OLE color: 6883260.
HSL color Cylindrical-coordinate representation of color #BC0769: hue angle of 327.51º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0769 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 105 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.26 |
| HSL | 327.51º | 0.93% | 0.38% | - |
| HSV(B) | 327.51º | 0.96% | 0.74% | - |
| XYZ | 23.36 | 11.86 | 14.42 | - |
| YUV | 72.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 105 | 0 | 0.96 | 0.44 | 0.26 | 327.51 | 0.93 | 0.38 |
| Hex | BC | 7 | 69 | 0 | 60 | 2C | 1A | 148 | 5D | 26 |
| Octal | 274 | 7 | 151 | 0 | 140 | 54 | 32 | 510 | 135 | 46 |
| Binary | 10111100 | 111 | 1101001 | 0 | 1100000 | 101100 | 11010 | 101001000 | 1011101 | 100110 |
Color Harmonies of #BC0769
Complementary color
Monochromatic Colors of #BC0769
Black with #BC0769
Text Example
Text Example
White with #BC0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0769; }
p { color: rgb(188,7,105); }
H1.HeaderClassName
{
color: #BC0769;
}
.AnyTagClassName
{
color: #BC0769;
}
</style>
background-color css
<style>
a { background-color: #BC0769; }
a { background-color: rgb(188,7,105); }
div.DivClassName
{
background-color: #BC0769;
}
.BgClassName
{
background-color: #BC0769;
}
</style>
border-color css
<style>
span { border-color: #BC0769; }
span { border-color: rgb(188,7,105); }
td.TdClassName
{
border-color: #BC0769;
}
.TagClassName
{
border-color: #BC0769;
}
</style>