Shades of Jazzberry Jam #BB084D
Tints of Jazzberry Jam #BB084D
RGB
CMYK
RGB Variations
Color information
#BB084D (or 0xBB084D) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 4D. RGB value is (187,8,77). Sum of RGB (Red+Green+Blue) = 187+8+77=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB084D is #44F7B2. Grayscale: #454545. Windows color (decimal): -4519859 or 5048507. OLE color: 5048507.
HSL color Cylindrical-coordinate representation of color #BB084D: hue angle of 336.87º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB084D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.27 |
| HSL | 336.87º | 0.92% | 0.38% | - |
| HSV(B) | 336.87º | 0.96% | 0.73% | - |
| XYZ | 21.92 | 11.27 | 8.04 | - |
| YUV | 69.39 | 132.3 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 77 | 0 | 0.96 | 0.59 | 0.27 | 336.87 | 0.92 | 0.38 |
| Hex | BB | 8 | 4D | 0 | 60 | 3B | 1B | 151 | 5C | 26 |
| Octal | 273 | 10 | 115 | 0 | 140 | 73 | 33 | 521 | 134 | 46 |
| Binary | 10111011 | 1000 | 1001101 | 0 | 1100000 | 111011 | 11011 | 101010001 | 1011100 | 100110 |
Color Harmonies of #BB084D
Complementary color
Monochromatic Colors of #BB084D
Black with #BB084D
Text Example
Text Example
White with #BB084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB084D; }
p { color: rgb(187,8,77); }
H1.HeaderClassName
{
color: #BB084D;
}
.AnyTagClassName
{
color: #BB084D;
}
</style>
background-color css
<style>
a { background-color: #BB084D; }
a { background-color: rgb(187,8,77); }
div.DivClassName
{
background-color: #BB084D;
}
.BgClassName
{
background-color: #BB084D;
}
</style>
border-color css
<style>
span { border-color: #BB084D; }
span { border-color: rgb(187,8,77); }
td.TdClassName
{
border-color: #BB084D;
}
.TagClassName
{
border-color: #BB084D;
}
</style>