Shades of Jazzberry Jam #BF066C
Tints of Jazzberry Jam #BF066C
RGB
CMYK
RGB Variations
Color information
#BF066C (or 0xBF066C) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 6C. RGB value is (191,6,108). Sum of RGB (Red+Green+Blue) = 191+6+108=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF066C is #40F993. Grayscale: #484848. Windows color (decimal): -4258196 or 7079615. OLE color: 7079615.
HSL color Cylindrical-coordinate representation of color #BF066C: hue angle of 326.92º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF066C is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.25 |
| HSL | 326.92º | 0.94% | 0.39% | - |
| HSV(B) | 326.92º | 0.97% | 0.75% | - |
| XYZ | 24.26 | 12.29 | 15.28 | - |
| YUV | 72.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 108 | 0 | 0.97 | 0.43 | 0.25 | 326.92 | 0.94 | 0.39 |
| Hex | BF | 6 | 6C | 0 | 61 | 2B | 19 | 147 | 5E | 27 |
| Octal | 277 | 6 | 154 | 0 | 141 | 53 | 31 | 507 | 136 | 47 |
| Binary | 10111111 | 110 | 1101100 | 0 | 1100001 | 101011 | 11001 | 101000111 | 1011110 | 100111 |
Color Harmonies of #BF066C
Complementary color
Monochromatic Colors of #BF066C
Black with #BF066C
Text Example
Text Example
White with #BF066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF066C; }
p { color: rgb(191,6,108); }
H1.HeaderClassName
{
color: #BF066C;
}
.AnyTagClassName
{
color: #BF066C;
}
</style>
background-color css
<style>
a { background-color: #BF066C; }
a { background-color: rgb(191,6,108); }
div.DivClassName
{
background-color: #BF066C;
}
.BgClassName
{
background-color: #BF066C;
}
</style>
border-color css
<style>
span { border-color: #BF066C; }
span { border-color: rgb(191,6,108); }
td.TdClassName
{
border-color: #BF066C;
}
.TagClassName
{
border-color: #BF066C;
}
</style>