Shades of Jazzberry Jam #BF105B
Tints of Jazzberry Jam #BF105B
RGB
CMYK
RGB Variations
Color information
#BF105B (or 0xBF105B) is known color: Jazzberry Jam. HEX triplet: BF, 10 and 5B. RGB value is (191,16,91). Sum of RGB (Red+Green+Blue) = 191+16+91=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF105B is #40EFA4. Grayscale: #4C4C4C. Windows color (decimal): -4255653 or 5968063. OLE color: 5968063.
HSL color Cylindrical-coordinate representation of color #BF105B: hue angle of 334.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF105B is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 91 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.25 |
| HSL | 334.29º | 0.85% | 0.41% | - |
| HSV(B) | 334.29º | 0.92% | 0.75% | - |
| XYZ | 23.56 | 12.2 | 11.01 | - |
| YUV | 76.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 91 | 0 | 0.92 | 0.52 | 0.25 | 334.29 | 0.85 | 0.41 |
| Hex | BF | 10 | 5B | 0 | 5C | 34 | 19 | 14E | 55 | 29 |
| Octal | 277 | 20 | 133 | 0 | 134 | 64 | 31 | 516 | 125 | 51 |
| Binary | 10111111 | 10000 | 1011011 | 0 | 1011100 | 110100 | 11001 | 101001110 | 1010101 | 101001 |
Color Harmonies of #BF105B
Complementary color
Monochromatic Colors of #BF105B
Black with #BF105B
Text Example
Text Example
White with #BF105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF105B; }
p { color: rgb(191,16,91); }
H1.HeaderClassName
{
color: #BF105B;
}
.AnyTagClassName
{
color: #BF105B;
}
</style>
background-color css
<style>
a { background-color: #BF105B; }
a { background-color: rgb(191,16,91); }
div.DivClassName
{
background-color: #BF105B;
}
.BgClassName
{
background-color: #BF105B;
}
</style>
border-color css
<style>
span { border-color: #BF105B; }
span { border-color: rgb(191,16,91); }
td.TdClassName
{
border-color: #BF105B;
}
.TagClassName
{
border-color: #BF105B;
}
</style>