Shades of Jazzberry Jam #B8076F
Tints of Jazzberry Jam #B8076F
RGB
CMYK
RGB Variations
Color information
#B8076F (or 0xB8076F) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 6F. RGB value is (184,7,111). Sum of RGB (Red+Green+Blue) = 184+7+111=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8076F is #47F890. Grayscale: #474747. Windows color (decimal): -4716689 or 7276472. OLE color: 7276472.
HSL color Cylindrical-coordinate representation of color #B8076F: hue angle of 324.75º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8076F is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 111 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.28 |
| HSL | 324.75º | 0.93% | 0.37% | - |
| HSV(B) | 324.75º | 0.96% | 0.72% | - |
| XYZ | 22.71 | 11.49 | 16.06 | - |
| YUV | 71.78 | 150.14 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 111 | 0 | 0.96 | 0.40 | 0.28 | 324.75 | 0.93 | 0.37 |
| Hex | B8 | 7 | 6F | 0 | 60 | 28 | 1C | 145 | 5D | 25 |
| Octal | 270 | 7 | 157 | 0 | 140 | 50 | 34 | 505 | 135 | 45 |
| Binary | 10111000 | 111 | 1101111 | 0 | 1100000 | 101000 | 11100 | 101000101 | 1011101 | 100101 |
Color Harmonies of #B8076F
Complementary color
Monochromatic Colors of #B8076F
Black with #B8076F
Text Example
Text Example
White with #B8076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8076F; }
p { color: rgb(184,7,111); }
H1.HeaderClassName
{
color: #B8076F;
}
.AnyTagClassName
{
color: #B8076F;
}
</style>
background-color css
<style>
a { background-color: #B8076F; }
a { background-color: rgb(184,7,111); }
div.DivClassName
{
background-color: #B8076F;
}
.BgClassName
{
background-color: #B8076F;
}
</style>
border-color css
<style>
span { border-color: #B8076F; }
span { border-color: rgb(184,7,111); }
td.TdClassName
{
border-color: #B8076F;
}
.TagClassName
{
border-color: #B8076F;
}
</style>