Shades of Jazzberry Jam #BB145B
Tints of Jazzberry Jam #BB145B
RGB
CMYK
RGB Variations
Color information
#BB145B (or 0xBB145B) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 5B. RGB value is (187,20,91). Sum of RGB (Red+Green+Blue) = 187+20+91=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB145B is #44EBA4. Grayscale: #4D4D4D. Windows color (decimal): -4516773 or 5969083. OLE color: 5969083.
HSL color Cylindrical-coordinate representation of color #BB145B: hue angle of 334.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB145B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 91 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.27 |
| HSL | 334.49º | 0.81% | 0.41% | - |
| HSV(B) | 334.49º | 0.89% | 0.73% | - |
| XYZ | 22.63 | 11.82 | 10.99 | - |
| YUV | 78.03 | 135.33 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 91 | 0 | 0.89 | 0.51 | 0.27 | 334.49 | 0.81 | 0.41 |
| Hex | BB | 14 | 5B | 0 | 59 | 33 | 1B | 14E | 51 | 29 |
| Octal | 273 | 24 | 133 | 0 | 131 | 63 | 33 | 516 | 121 | 51 |
| Binary | 10111011 | 10100 | 1011011 | 0 | 1011001 | 110011 | 11011 | 101001110 | 1010001 | 101001 |
Color Harmonies of #BB145B
Complementary color
Monochromatic Colors of #BB145B
Black with #BB145B
Text Example
Text Example
White with #BB145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB145B; }
p { color: rgb(187,20,91); }
H1.HeaderClassName
{
color: #BB145B;
}
.AnyTagClassName
{
color: #BB145B;
}
</style>
background-color css
<style>
a { background-color: #BB145B; }
a { background-color: rgb(187,20,91); }
div.DivClassName
{
background-color: #BB145B;
}
.BgClassName
{
background-color: #BB145B;
}
</style>
border-color css
<style>
span { border-color: #BB145B; }
span { border-color: rgb(187,20,91); }
td.TdClassName
{
border-color: #BB145B;
}
.TagClassName
{
border-color: #BB145B;
}
</style>