Shades of Jazzberry Jam #B0076D
Tints of Jazzberry Jam #B0076D
RGB
CMYK
RGB Variations
Color information
#B0076D (or 0xB0076D) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 6D. RGB value is (176,7,109). Sum of RGB (Red+Green+Blue) = 176+7+109=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0076D is #4FF892. Grayscale: #444444. Windows color (decimal): -5240979 or 7145392. OLE color: 7145392.
HSL color Cylindrical-coordinate representation of color #B0076D: hue angle of 323.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0076D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.31 |
| HSL | 323.79º | 0.92% | 0.36% | - |
| HSV(B) | 323.79º | 0.96% | 0.69% | - |
| XYZ | 20.74 | 10.49 | 15.4 | - |
| YUV | 69.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 109 | 0 | 0.96 | 0.38 | 0.31 | 323.79 | 0.92 | 0.36 |
| Hex | B0 | 7 | 6D | 0 | 60 | 26 | 1F | 144 | 5C | 24 |
| Octal | 260 | 7 | 155 | 0 | 140 | 46 | 37 | 504 | 134 | 44 |
| Binary | 10110000 | 111 | 1101101 | 0 | 1100000 | 100110 | 11111 | 101000100 | 1011100 | 100100 |
Color Harmonies of #B0076D
Complementary color
Monochromatic Colors of #B0076D
Black with #B0076D
Text Example
Text Example
White with #B0076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0076D; }
p { color: rgb(176,7,109); }
H1.HeaderClassName
{
color: #B0076D;
}
.AnyTagClassName
{
color: #B0076D;
}
</style>
background-color css
<style>
a { background-color: #B0076D; }
a { background-color: rgb(176,7,109); }
div.DivClassName
{
background-color: #B0076D;
}
.BgClassName
{
background-color: #B0076D;
}
</style>
border-color css
<style>
span { border-color: #B0076D; }
span { border-color: rgb(176,7,109); }
td.TdClassName
{
border-color: #B0076D;
}
.TagClassName
{
border-color: #B0076D;
}
</style>