Shades of Jazzberry Jam #B8045B
Tints of Jazzberry Jam #B8045B
RGB
CMYK
RGB Variations
Color information
#B8045B (or 0xB8045B) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 5B. RGB value is (184,4,91). Sum of RGB (Red+Green+Blue) = 184+4+91=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8045B is #47FBA4. Grayscale: #434343. Windows color (decimal): -4717477 or 5964984. OLE color: 5964984.
HSL color Cylindrical-coordinate representation of color #B8045B: hue angle of 331º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8045B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.28 |
| HSL | 331º | 0.96% | 0.37% | - |
| HSV(B) | 331º | 0.98% | 0.72% | - |
| XYZ | 21.7 | 11.03 | 10.88 | - |
| YUV | 67.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 91 | 0 | 0.98 | 0.51 | 0.28 | 331 | 0.96 | 0.37 |
| Hex | B8 | 4 | 5B | 0 | 62 | 33 | 1C | 14B | 60 | 25 |
| Octal | 270 | 4 | 133 | 0 | 142 | 63 | 34 | 513 | 140 | 45 |
| Binary | 10111000 | 100 | 1011011 | 0 | 1100010 | 110011 | 11100 | 101001011 | 1100000 | 100101 |
Color Harmonies of #B8045B
Complementary color
Monochromatic Colors of #B8045B
Black with #B8045B
Text Example
Text Example
White with #B8045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8045B; }
p { color: rgb(184,4,91); }
H1.HeaderClassName
{
color: #B8045B;
}
.AnyTagClassName
{
color: #B8045B;
}
</style>
background-color css
<style>
a { background-color: #B8045B; }
a { background-color: rgb(184,4,91); }
div.DivClassName
{
background-color: #B8045B;
}
.BgClassName
{
background-color: #B8045B;
}
</style>
border-color css
<style>
span { border-color: #B8045B; }
span { border-color: rgb(184,4,91); }
td.TdClassName
{
border-color: #B8045B;
}
.TagClassName
{
border-color: #B8045B;
}
</style>