Shades of Jazzberry Jam #B2095F
Tints of Jazzberry Jam #B2095F
RGB
CMYK
RGB Variations
Color information
#B2095F (or 0xB2095F) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 5F. RGB value is (178,9,95). Sum of RGB (Red+Green+Blue) = 178+9+95=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B2095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2095F is #4DF6A0. Grayscale: #454545. Windows color (decimal): -5109409 or 6228402. OLE color: 6228402.
HSL color Cylindrical-coordinate representation of color #B2095F: hue angle of 329.47º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2095F is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 95 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.30 |
| HSL | 329.47º | 0.9% | 0.37% | - |
| HSV(B) | 329.47º | 0.95% | 0.7% | - |
| XYZ | 20.52 | 10.49 | 11.77 | - |
| YUV | 69.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 95 | 0 | 0.95 | 0.47 | 0.30 | 329.47 | 0.9 | 0.37 |
| Hex | B2 | 9 | 5F | 0 | 5F | 2F | 1E | 149 | 5A | 25 |
| Octal | 262 | 11 | 137 | 0 | 137 | 57 | 36 | 511 | 132 | 45 |
| Binary | 10110010 | 1001 | 1011111 | 0 | 1011111 | 101111 | 11110 | 101001001 | 1011010 | 100101 |
Color Harmonies of #B2095F
Complementary color
Monochromatic Colors of #B2095F
Black with #B2095F
Text Example
Text Example
White with #B2095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2095F; }
p { color: rgb(178,9,95); }
H1.HeaderClassName
{
color: #B2095F;
}
.AnyTagClassName
{
color: #B2095F;
}
</style>
background-color css
<style>
a { background-color: #B2095F; }
a { background-color: rgb(178,9,95); }
div.DivClassName
{
background-color: #B2095F;
}
.BgClassName
{
background-color: #B2095F;
}
</style>
border-color css
<style>
span { border-color: #B2095F; }
span { border-color: rgb(178,9,95); }
td.TdClassName
{
border-color: #B2095F;
}
.TagClassName
{
border-color: #B2095F;
}
</style>