Shades of Jazzberry Jam #BB014D
Tints of Jazzberry Jam #BB014D
RGB
CMYK
RGB Variations
Color information
#BB014D (or 0xBB014D) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 4D. RGB value is (187,1,77). Sum of RGB (Red+Green+Blue) = 187+1+77=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB014D is #44FEB2. Grayscale: #414141. Windows color (decimal): -4521651 or 5046715. OLE color: 5046715.
HSL color Cylindrical-coordinate representation of color #BB014D: hue angle of 335.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB014D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.27 |
| HSL | 335.48º | 0.99% | 0.37% | - |
| HSV(B) | 335.48º | 0.99% | 0.73% | - |
| XYZ | 21.84 | 11.12 | 8.02 | - |
| YUV | 65.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 77 | 0 | 0.99 | 0.59 | 0.27 | 335.48 | 0.99 | 0.37 |
| Hex | BB | 1 | 4D | 0 | 63 | 3B | 1B | 14F | 63 | 25 |
| Octal | 273 | 1 | 115 | 0 | 143 | 73 | 33 | 517 | 143 | 45 |
| Binary | 10111011 | 1 | 1001101 | 0 | 1100011 | 111011 | 11011 | 101001111 | 1100011 | 100101 |
Color Harmonies of #BB014D
Complementary color
Monochromatic Colors of #BB014D
Black with #BB014D
Text Example
Text Example
White with #BB014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB014D; }
p { color: rgb(187,1,77); }
H1.HeaderClassName
{
color: #BB014D;
}
.AnyTagClassName
{
color: #BB014D;
}
</style>
background-color css
<style>
a { background-color: #BB014D; }
a { background-color: rgb(187,1,77); }
div.DivClassName
{
background-color: #BB014D;
}
.BgClassName
{
background-color: #BB014D;
}
</style>
border-color css
<style>
span { border-color: #BB014D; }
span { border-color: rgb(187,1,77); }
td.TdClassName
{
border-color: #BB014D;
}
.TagClassName
{
border-color: #BB014D;
}
</style>