Shades of Jazzberry Jam #BF054D
Tints of Jazzberry Jam #BF054D
RGB
CMYK
RGB Variations
Color information
#BF054D (or 0xBF054D) is known color: Jazzberry Jam. HEX triplet: BF, 05 and 4D. RGB value is (191,5,77). Sum of RGB (Red+Green+Blue) = 191+5+77=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF054D is #40FAB2. Grayscale: #444444. Windows color (decimal): -4258483 or 5047743. OLE color: 5047743.
HSL color Cylindrical-coordinate representation of color #BF054D: hue angle of 336.77º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF054D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.25 |
| HSL | 336.77º | 0.95% | 0.38% | - |
| HSV(B) | 336.77º | 0.97% | 0.75% | - |
| XYZ | 22.88 | 11.72 | 8.08 | - |
| YUV | 68.82 | 132.62 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 77 | 0 | 0.97 | 0.60 | 0.25 | 336.77 | 0.95 | 0.38 |
| Hex | BF | 5 | 4D | 0 | 61 | 3C | 19 | 151 | 5F | 26 |
| Octal | 277 | 5 | 115 | 0 | 141 | 74 | 31 | 521 | 137 | 46 |
| Binary | 10111111 | 101 | 1001101 | 0 | 1100001 | 111100 | 11001 | 101010001 | 1011111 | 100110 |
Color Harmonies of #BF054D
Complementary color
Monochromatic Colors of #BF054D
Black with #BF054D
Text Example
Text Example
White with #BF054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF054D; }
p { color: rgb(191,5,77); }
H1.HeaderClassName
{
color: #BF054D;
}
.AnyTagClassName
{
color: #BF054D;
}
</style>
background-color css
<style>
a { background-color: #BF054D; }
a { background-color: rgb(191,5,77); }
div.DivClassName
{
background-color: #BF054D;
}
.BgClassName
{
background-color: #BF054D;
}
</style>
border-color css
<style>
span { border-color: #BF054D; }
span { border-color: rgb(191,5,77); }
td.TdClassName
{
border-color: #BF054D;
}
.TagClassName
{
border-color: #BF054D;
}
</style>