Shades of Jazzberry Jam #BF135B
Tints of Jazzberry Jam #BF135B
RGB
CMYK
RGB Variations
Color information
#BF135B (or 0xBF135B) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 5B. RGB value is (191,19,91). Sum of RGB (Red+Green+Blue) = 191+19+91=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF135B is #40ECA4. Grayscale: #4E4E4E. Windows color (decimal): -4254885 or 5968831. OLE color: 5968831.
HSL color Cylindrical-coordinate representation of color #BF135B: hue angle of 334.88º degrees, saturation: 0.82, 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 #BF135B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 91 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.25 |
| HSL | 334.88º | 0.82% | 0.41% | - |
| HSV(B) | 334.88º | 0.9% | 0.75% | - |
| XYZ | 23.61 | 12.3 | 11.03 | - |
| YUV | 78.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 91 | 0 | 0.90 | 0.52 | 0.25 | 334.88 | 0.82 | 0.41 |
| Hex | BF | 13 | 5B | 0 | 5A | 34 | 19 | 14F | 52 | 29 |
| Octal | 277 | 23 | 133 | 0 | 132 | 64 | 31 | 517 | 122 | 51 |
| Binary | 10111111 | 10011 | 1011011 | 0 | 1011010 | 110100 | 11001 | 101001111 | 1010010 | 101001 |
Color Harmonies of #BF135B
Complementary color
Monochromatic Colors of #BF135B
Black with #BF135B
Text Example
Text Example
White with #BF135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF135B; }
p { color: rgb(191,19,91); }
H1.HeaderClassName
{
color: #BF135B;
}
.AnyTagClassName
{
color: #BF135B;
}
</style>
background-color css
<style>
a { background-color: #BF135B; }
a { background-color: rgb(191,19,91); }
div.DivClassName
{
background-color: #BF135B;
}
.BgClassName
{
background-color: #BF135B;
}
</style>
border-color css
<style>
span { border-color: #BF135B; }
span { border-color: rgb(191,19,91); }
td.TdClassName
{
border-color: #BF135B;
}
.TagClassName
{
border-color: #BF135B;
}
</style>