Shades of Jazzberry Jam #B4105F
Tints of Jazzberry Jam #B4105F
RGB
CMYK
RGB Variations
Color information
#B4105F (or 0xB4105F) is known color: Jazzberry Jam. HEX triplet: B4, 10 and 5F. RGB value is (180,16,95). Sum of RGB (Red+Green+Blue) = 180+16+95=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B4105F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4105F is #4BEFA0. Grayscale: #494949. Windows color (decimal): -4976545 or 6230196. OLE color: 6230196.
HSL color Cylindrical-coordinate representation of color #B4105F: hue angle of 331.1º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4105F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 16 | 95 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.29 |
| HSL | 331.1º | 0.84% | 0.38% | - |
| HSV(B) | 331.1º | 0.91% | 0.71% | - |
| XYZ | 21.07 | 10.9 | 11.82 | - |
| YUV | 74.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 16 | 95 | 0 | 0.91 | 0.47 | 0.29 | 331.1 | 0.84 | 0.38 |
| Hex | B4 | 10 | 5F | 0 | 5B | 2F | 1D | 14B | 54 | 26 |
| Octal | 264 | 20 | 137 | 0 | 133 | 57 | 35 | 513 | 124 | 46 |
| Binary | 10110100 | 10000 | 1011111 | 0 | 1011011 | 101111 | 11101 | 101001011 | 1010100 | 100110 |
Color Harmonies of #B4105F
Complementary color
Monochromatic Colors of #B4105F
Black with #B4105F
Text Example
Text Example
White with #B4105F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4105F; }
p { color: rgb(180,16,95); }
H1.HeaderClassName
{
color: #B4105F;
}
.AnyTagClassName
{
color: #B4105F;
}
</style>
background-color css
<style>
a { background-color: #B4105F; }
a { background-color: rgb(180,16,95); }
div.DivClassName
{
background-color: #B4105F;
}
.BgClassName
{
background-color: #B4105F;
}
</style>
border-color css
<style>
span { border-color: #B4105F; }
span { border-color: rgb(180,16,95); }
td.TdClassName
{
border-color: #B4105F;
}
.TagClassName
{
border-color: #B4105F;
}
</style>