Shades of Jazzberry Jam #BB185E
Tints of Jazzberry Jam #BB185E
RGB
CMYK
RGB Variations
Color information
#BB185E (or 0xBB185E) is known color: Jazzberry Jam. HEX triplet: BB, 18 and 5E. RGB value is (187,24,94). Sum of RGB (Red+Green+Blue) = 187+24+94=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB185E is #44E7A1. Grayscale: #505050. Windows color (decimal): -4515746 or 6166715. OLE color: 6166715.
HSL color Cylindrical-coordinate representation of color #BB185E: hue angle of 334.23º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB185E is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 94 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.27 |
| HSL | 334.23º | 0.77% | 0.41% | - |
| HSV(B) | 334.23º | 0.87% | 0.73% | - |
| XYZ | 22.84 | 12.03 | 11.71 | - |
| YUV | 80.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 94 | 0 | 0.87 | 0.50 | 0.27 | 334.23 | 0.77 | 0.41 |
| Hex | BB | 18 | 5E | 0 | 57 | 32 | 1B | 14E | 4D | 29 |
| Octal | 273 | 30 | 136 | 0 | 127 | 62 | 33 | 516 | 115 | 51 |
| Binary | 10111011 | 11000 | 1011110 | 0 | 1010111 | 110010 | 11011 | 101001110 | 1001101 | 101001 |
Color Harmonies of #BB185E
Complementary color
Monochromatic Colors of #BB185E
Black with #BB185E
Text Example
Text Example
White with #BB185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB185E; }
p { color: rgb(187,24,94); }
H1.HeaderClassName
{
color: #BB185E;
}
.AnyTagClassName
{
color: #BB185E;
}
</style>
background-color css
<style>
a { background-color: #BB185E; }
a { background-color: rgb(187,24,94); }
div.DivClassName
{
background-color: #BB185E;
}
.BgClassName
{
background-color: #BB185E;
}
</style>
border-color css
<style>
span { border-color: #BB185E; }
span { border-color: rgb(187,24,94); }
td.TdClassName
{
border-color: #BB185E;
}
.TagClassName
{
border-color: #BB185E;
}
</style>