Shades of Jazzberry Jam #B5086A
Tints of Jazzberry Jam #B5086A
RGB
CMYK
RGB Variations
Color information
#B5086A (or 0xB5086A) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 6A. RGB value is (181,8,106). Sum of RGB (Red+Green+Blue) = 181+8+106=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5086A is #4AF795. Grayscale: #464646. Windows color (decimal): -4913046 or 6949045. OLE color: 6949045.
HSL color Cylindrical-coordinate representation of color #B5086A: hue angle of 326.01º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5086A is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 106 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.29 |
| HSL | 326.01º | 0.92% | 0.37% | - |
| HSV(B) | 326.01º | 0.96% | 0.71% | - |
| XYZ | 21.74 | 11.04 | 14.62 | - |
| YUV | 70.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 106 | 0 | 0.96 | 0.41 | 0.29 | 326.01 | 0.92 | 0.37 |
| Hex | B5 | 8 | 6A | 0 | 60 | 29 | 1D | 146 | 5C | 25 |
| Octal | 265 | 10 | 152 | 0 | 140 | 51 | 35 | 506 | 134 | 45 |
| Binary | 10110101 | 1000 | 1101010 | 0 | 1100000 | 101001 | 11101 | 101000110 | 1011100 | 100101 |
Color Harmonies of #B5086A
Complementary color
Monochromatic Colors of #B5086A
Black with #B5086A
Text Example
Text Example
White with #B5086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5086A; }
p { color: rgb(181,8,106); }
H1.HeaderClassName
{
color: #B5086A;
}
.AnyTagClassName
{
color: #B5086A;
}
</style>
background-color css
<style>
a { background-color: #B5086A; }
a { background-color: rgb(181,8,106); }
div.DivClassName
{
background-color: #B5086A;
}
.BgClassName
{
background-color: #B5086A;
}
</style>
border-color css
<style>
span { border-color: #B5086A; }
span { border-color: rgb(181,8,106); }
td.TdClassName
{
border-color: #B5086A;
}
.TagClassName
{
border-color: #B5086A;
}
</style>