Shades of Jazzberry Jam #BB145C
Tints of Jazzberry Jam #BB145C
RGB
CMYK
RGB Variations
Color information
#BB145C (or 0xBB145C) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 5C. RGB value is (187,20,92). Sum of RGB (Red+Green+Blue) = 187+20+92=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB145C is #44EBA3. Grayscale: #4E4E4E. Windows color (decimal): -4516772 or 6034619. OLE color: 6034619.
HSL color Cylindrical-coordinate representation of color #BB145C: hue angle of 334.13º 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 #BB145C is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 92 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.27 |
| HSL | 334.13º | 0.81% | 0.41% | - |
| HSV(B) | 334.13º | 0.89% | 0.73% | - |
| XYZ | 22.68 | 11.84 | 11.22 | - |
| YUV | 78.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 92 | 0 | 0.89 | 0.51 | 0.27 | 334.13 | 0.81 | 0.41 |
| Hex | BB | 14 | 5C | 0 | 59 | 33 | 1B | 14E | 51 | 29 |
| Octal | 273 | 24 | 134 | 0 | 131 | 63 | 33 | 516 | 121 | 51 |
| Binary | 10111011 | 10100 | 1011100 | 0 | 1011001 | 110011 | 11011 | 101001110 | 1010001 | 101001 |
Color Harmonies of #BB145C
Complementary color
Monochromatic Colors of #BB145C
Black with #BB145C
Text Example
Text Example
White with #BB145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB145C; }
p { color: rgb(187,20,92); }
H1.HeaderClassName
{
color: #BB145C;
}
.AnyTagClassName
{
color: #BB145C;
}
</style>
background-color css
<style>
a { background-color: #BB145C; }
a { background-color: rgb(187,20,92); }
div.DivClassName
{
background-color: #BB145C;
}
.BgClassName
{
background-color: #BB145C;
}
</style>
border-color css
<style>
span { border-color: #BB145C; }
span { border-color: rgb(187,20,92); }
td.TdClassName
{
border-color: #BB145C;
}
.TagClassName
{
border-color: #BB145C;
}
</style>