Shades of Jazzberry Jam #BF0B5C
Tints of Jazzberry Jam #BF0B5C
RGB
CMYK
RGB Variations
Color information
#BF0B5C (or 0xBF0B5C) is known color: Jazzberry Jam. HEX triplet: BF, 0B and 5C. RGB value is (191,11,92). Sum of RGB (Red+Green+Blue) = 191+11+92=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B5C is #40F4A3. Grayscale: #494949. Windows color (decimal): -4256932 or 6032319. OLE color: 6032319.
HSL color Cylindrical-coordinate representation of color #BF0B5C: hue angle of 333º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B5C is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 11 | 92 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.25 |
| HSL | 333º | 0.89% | 0.4% | - |
| HSV(B) | 333º | 0.94% | 0.75% | - |
| XYZ | 23.54 | 12.09 | 11.22 | - |
| YUV | 74.05 | 138.13 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 92 | 0 | 0.94 | 0.52 | 0.25 | 333 | 0.89 | 0.4 |
| Hex | BF | B | 5C | 0 | 5E | 34 | 19 | 14D | 59 | 28 |
| Octal | 277 | 13 | 134 | 0 | 136 | 64 | 31 | 515 | 131 | 50 |
| Binary | 10111111 | 1011 | 1011100 | 0 | 1011110 | 110100 | 11001 | 101001101 | 1011001 | 101000 |
Color Harmonies of #BF0B5C
Complementary color
Monochromatic Colors of #BF0B5C
Black with #BF0B5C
Text Example
Text Example
White with #BF0B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0B5C; }
p { color: rgb(191,11,92); }
H1.HeaderClassName
{
color: #BF0B5C;
}
.AnyTagClassName
{
color: #BF0B5C;
}
</style>
background-color css
<style>
a { background-color: #BF0B5C; }
a { background-color: rgb(191,11,92); }
div.DivClassName
{
background-color: #BF0B5C;
}
.BgClassName
{
background-color: #BF0B5C;
}
</style>
border-color css
<style>
span { border-color: #BF0B5C; }
span { border-color: rgb(191,11,92); }
td.TdClassName
{
border-color: #BF0B5C;
}
.TagClassName
{
border-color: #BF0B5C;
}
</style>