Shades of Jazzberry Jam #BB066D
Tints of Jazzberry Jam #BB066D
RGB
CMYK
RGB Variations
Color information
#BB066D (or 0xBB066D) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 6D. RGB value is (187,6,109). Sum of RGB (Red+Green+Blue) = 187+6+109=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB066D is #44F992. Grayscale: #474747. Windows color (decimal): -4520339 or 7145147. OLE color: 7145147.
HSL color Cylindrical-coordinate representation of color #BB066D: hue angle of 325.86º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB066D is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.27 |
| HSL | 325.86º | 0.94% | 0.38% | - |
| HSV(B) | 325.86º | 0.97% | 0.73% | - |
| XYZ | 23.32 | 11.8 | 15.52 | - |
| YUV | 71.86 | 148.97 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 109 | 0 | 0.97 | 0.42 | 0.27 | 325.86 | 0.94 | 0.38 |
| Hex | BB | 6 | 6D | 0 | 61 | 2A | 1B | 146 | 5E | 26 |
| Octal | 273 | 6 | 155 | 0 | 141 | 52 | 33 | 506 | 136 | 46 |
| Binary | 10111011 | 110 | 1101101 | 0 | 1100001 | 101010 | 11011 | 101000110 | 1011110 | 100110 |
Color Harmonies of #BB066D
Complementary color
Monochromatic Colors of #BB066D
Black with #BB066D
Text Example
Text Example
White with #BB066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB066D; }
p { color: rgb(187,6,109); }
H1.HeaderClassName
{
color: #BB066D;
}
.AnyTagClassName
{
color: #BB066D;
}
</style>
background-color css
<style>
a { background-color: #BB066D; }
a { background-color: rgb(187,6,109); }
div.DivClassName
{
background-color: #BB066D;
}
.BgClassName
{
background-color: #BB066D;
}
</style>
border-color css
<style>
span { border-color: #BB066D; }
span { border-color: rgb(187,6,109); }
td.TdClassName
{
border-color: #BB066D;
}
.TagClassName
{
border-color: #BB066D;
}
</style>