Shades of Jazzberry Jam #BF145F
Tints of Jazzberry Jam #BF145F
RGB
CMYK
RGB Variations
Color information
#BF145F (or 0xBF145F) is known color: Jazzberry Jam. HEX triplet: BF, 14 and 5F. RGB value is (191,20,95). Sum of RGB (Red+Green+Blue) = 191+20+95=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF145F is #40EBA0. Grayscale: #4F4F4F. Windows color (decimal): -4254625 or 6231231. OLE color: 6231231.
HSL color Cylindrical-coordinate representation of color #BF145F: hue angle of 333.68º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF145F is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 95 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.25 |
| HSL | 333.68º | 0.81% | 0.41% | - |
| HSV(B) | 333.68º | 0.9% | 0.75% | - |
| XYZ | 23.8 | 12.4 | 11.97 | - |
| YUV | 79.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 95 | 0 | 0.90 | 0.50 | 0.25 | 333.68 | 0.81 | 0.41 |
| Hex | BF | 14 | 5F | 0 | 5A | 32 | 19 | 14E | 51 | 29 |
| Octal | 277 | 24 | 137 | 0 | 132 | 62 | 31 | 516 | 121 | 51 |
| Binary | 10111111 | 10100 | 1011111 | 0 | 1011010 | 110010 | 11001 | 101001110 | 1010001 | 101001 |
Color Harmonies of #BF145F
Complementary color
Monochromatic Colors of #BF145F
Black with #BF145F
Text Example
Text Example
White with #BF145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF145F; }
p { color: rgb(191,20,95); }
H1.HeaderClassName
{
color: #BF145F;
}
.AnyTagClassName
{
color: #BF145F;
}
</style>
background-color css
<style>
a { background-color: #BF145F; }
a { background-color: rgb(191,20,95); }
div.DivClassName
{
background-color: #BF145F;
}
.BgClassName
{
background-color: #BF145F;
}
</style>
border-color css
<style>
span { border-color: #BF145F; }
span { border-color: rgb(191,20,95); }
td.TdClassName
{
border-color: #BF145F;
}
.TagClassName
{
border-color: #BF145F;
}
</style>