Shades of Jazzberry Jam #B2074D
Tints of Jazzberry Jam #B2074D
RGB
CMYK
RGB Variations
Color information
#B2074D (or 0xB2074D) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 4D. RGB value is (178,7,77). Sum of RGB (Red+Green+Blue) = 178+7+77=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2074D is #4DF8B2. Grayscale: #424242. Windows color (decimal): -5109939 or 5048242. OLE color: 5048242.
HSL color Cylindrical-coordinate representation of color #B2074D: hue angle of 335.44º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2074D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 77 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.30 |
| HSL | 335.44º | 0.92% | 0.36% | - |
| HSV(B) | 335.44º | 0.96% | 0.7% | - |
| XYZ | 19.78 | 10.15 | 7.94 | - |
| YUV | 66.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 77 | 0 | 0.96 | 0.57 | 0.30 | 335.44 | 0.92 | 0.36 |
| Hex | B2 | 7 | 4D | 0 | 60 | 39 | 1E | 14F | 5C | 24 |
| Octal | 262 | 7 | 115 | 0 | 140 | 71 | 36 | 517 | 134 | 44 |
| Binary | 10110010 | 111 | 1001101 | 0 | 1100000 | 111001 | 11110 | 101001111 | 1011100 | 100100 |
Color Harmonies of #B2074D
Complementary color
Monochromatic Colors of #B2074D
Black with #B2074D
Text Example
Text Example
White with #B2074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2074D; }
p { color: rgb(178,7,77); }
H1.HeaderClassName
{
color: #B2074D;
}
.AnyTagClassName
{
color: #B2074D;
}
</style>
background-color css
<style>
a { background-color: #B2074D; }
a { background-color: rgb(178,7,77); }
div.DivClassName
{
background-color: #B2074D;
}
.BgClassName
{
background-color: #B2074D;
}
</style>
border-color css
<style>
span { border-color: #B2074D; }
span { border-color: rgb(178,7,77); }
td.TdClassName
{
border-color: #B2074D;
}
.TagClassName
{
border-color: #B2074D;
}
</style>