Shades of Jazzberry Jam #B8066D
Tints of Jazzberry Jam #B8066D
RGB
CMYK
RGB Variations
Color information
#B8066D (or 0xB8066D) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 6D. RGB value is (184,6,109). Sum of RGB (Red+Green+Blue) = 184+6+109=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8066D is #47F992. Grayscale: #464646. Windows color (decimal): -4716947 or 7145144. OLE color: 7145144.
HSL color Cylindrical-coordinate representation of color #B8066D: hue angle of 325.28º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8066D is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.28 |
| HSL | 325.28º | 0.94% | 0.37% | - |
| HSV(B) | 325.28º | 0.97% | 0.72% | - |
| XYZ | 22.59 | 11.42 | 15.48 | - |
| YUV | 70.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 109 | 0 | 0.97 | 0.41 | 0.28 | 325.28 | 0.94 | 0.37 |
| Hex | B8 | 6 | 6D | 0 | 61 | 29 | 1C | 145 | 5E | 25 |
| Octal | 270 | 6 | 155 | 0 | 141 | 51 | 34 | 505 | 136 | 45 |
| Binary | 10111000 | 110 | 1101101 | 0 | 1100001 | 101001 | 11100 | 101000101 | 1011110 | 100101 |
Color Harmonies of #B8066D
Complementary color
Monochromatic Colors of #B8066D
Black with #B8066D
Text Example
Text Example
White with #B8066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8066D; }
p { color: rgb(184,6,109); }
H1.HeaderClassName
{
color: #B8066D;
}
.AnyTagClassName
{
color: #B8066D;
}
</style>
background-color css
<style>
a { background-color: #B8066D; }
a { background-color: rgb(184,6,109); }
div.DivClassName
{
background-color: #B8066D;
}
.BgClassName
{
background-color: #B8066D;
}
</style>
border-color css
<style>
span { border-color: #B8066D; }
span { border-color: rgb(184,6,109); }
td.TdClassName
{
border-color: #B8066D;
}
.TagClassName
{
border-color: #B8066D;
}
</style>