Shades of Jazzberry Jam #BF065D
Tints of Jazzberry Jam #BF065D
RGB
CMYK
RGB Variations
Color information
#BF065D (or 0xBF065D) is known color: Jazzberry Jam. HEX triplet: BF, 06 and 5D. RGB value is (191,6,93). Sum of RGB (Red+Green+Blue) = 191+6+93=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF065D is #40F9A2. Grayscale: #474747. Windows color (decimal): -4258211 or 6096575. OLE color: 6096575.
HSL color Cylindrical-coordinate representation of color #BF065D: hue angle of 331.78º 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 #BF065D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.25 |
| HSL | 331.78º | 0.94% | 0.39% | - |
| HSV(B) | 331.78º | 0.97% | 0.75% | - |
| XYZ | 23.53 | 12 | 11.43 | - |
| YUV | 71.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 93 | 0 | 0.97 | 0.51 | 0.25 | 331.78 | 0.94 | 0.39 |
| Hex | BF | 6 | 5D | 0 | 61 | 33 | 19 | 14C | 5E | 27 |
| Octal | 277 | 6 | 135 | 0 | 141 | 63 | 31 | 514 | 136 | 47 |
| Binary | 10111111 | 110 | 1011101 | 0 | 1100001 | 110011 | 11001 | 101001100 | 1011110 | 100111 |
Color Harmonies of #BF065D
Complementary color
Monochromatic Colors of #BF065D
Black with #BF065D
Text Example
Text Example
White with #BF065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF065D; }
p { color: rgb(191,6,93); }
H1.HeaderClassName
{
color: #BF065D;
}
.AnyTagClassName
{
color: #BF065D;
}
</style>
background-color css
<style>
a { background-color: #BF065D; }
a { background-color: rgb(191,6,93); }
div.DivClassName
{
background-color: #BF065D;
}
.BgClassName
{
background-color: #BF065D;
}
</style>
border-color css
<style>
span { border-color: #BF065D; }
span { border-color: rgb(191,6,93); }
td.TdClassName
{
border-color: #BF065D;
}
.TagClassName
{
border-color: #BF065D;
}
</style>