Shades of Jazzberry Jam #B4085D
Tints of Jazzberry Jam #B4085D
RGB
CMYK
RGB Variations
Color information
#B4085D (or 0xB4085D) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 5D. RGB value is (180,8,93). Sum of RGB (Red+Green+Blue) = 180+8+93=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B4085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4085D is #4BF7A2. Grayscale: #444444. Windows color (decimal): -4978595 or 6097076. OLE color: 6097076.
HSL color Cylindrical-coordinate representation of color #B4085D: hue angle of 330.35º degrees, saturation: 0.91, 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 #B4085D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.29 |
| HSL | 330.35º | 0.91% | 0.37% | - |
| HSV(B) | 330.35º | 0.96% | 0.71% | - |
| XYZ | 20.89 | 10.67 | 11.31 | - |
| YUV | 69.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 93 | 0 | 0.96 | 0.48 | 0.29 | 330.35 | 0.91 | 0.37 |
| Hex | B4 | 8 | 5D | 0 | 60 | 30 | 1D | 14A | 5B | 25 |
| Octal | 264 | 10 | 135 | 0 | 140 | 60 | 35 | 512 | 133 | 45 |
| Binary | 10110100 | 1000 | 1011101 | 0 | 1100000 | 110000 | 11101 | 101001010 | 1011011 | 100101 |
Color Harmonies of #B4085D
Complementary color
Monochromatic Colors of #B4085D
Black with #B4085D
Text Example
Text Example
White with #B4085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4085D; }
p { color: rgb(180,8,93); }
H1.HeaderClassName
{
color: #B4085D;
}
.AnyTagClassName
{
color: #B4085D;
}
</style>
background-color css
<style>
a { background-color: #B4085D; }
a { background-color: rgb(180,8,93); }
div.DivClassName
{
background-color: #B4085D;
}
.BgClassName
{
background-color: #B4085D;
}
</style>
border-color css
<style>
span { border-color: #B4085D; }
span { border-color: rgb(180,8,93); }
td.TdClassName
{
border-color: #B4085D;
}
.TagClassName
{
border-color: #B4085D;
}
</style>