Shades of Tapestry #B87384
Tints of Tapestry #B87384
RGB
CMYK
RGB Variations
Color information
#B87384 (or 0xB87384) is known color: Tapestry. HEX triplet: B8, 73 and 84. RGB value is (184,115,132). Sum of RGB (Red+Green+Blue) = 184+115+132=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B87384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87384 is #478C7B. Grayscale: #898989. Windows color (decimal): -4689020 or 8680376. OLE color: 8680376.
HSL color Cylindrical-coordinate representation of color #B87384: hue angle of 345.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B87384 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 132 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.28 |
| HSL | 345.22º | 0.33% | 0.59% | - |
| HSV(B) | 345.22º | 0.38% | 0.72% | - |
| XYZ | 30.06 | 24.12 | 24.9 | - |
| YUV | 137.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 132 | 0 | 0.38 | 0.28 | 0.28 | 345.22 | 0.33 | 0.59 |
| Hex | B8 | 73 | 84 | 0 | 26 | 1C | 1C | 159 | 21 | 3B |
| Octal | 270 | 163 | 204 | 0 | 46 | 34 | 34 | 531 | 41 | 73 |
| Binary | 10111000 | 1110011 | 10000100 | 0 | 100110 | 11100 | 11100 | 101011001 | 100001 | 111011 |
Color Harmonies of #B87384
Complementary color
Monochromatic Colors of #B87384
Black with #B87384
Text Example
Text Example
White with #B87384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87384; }
p { color: rgb(184,115,132); }
H1.HeaderClassName
{
color: #B87384;
}
.AnyTagClassName
{
color: #B87384;
}
</style>
background-color css
<style>
a { background-color: #B87384; }
a { background-color: rgb(184,115,132); }
div.DivClassName
{
background-color: #B87384;
}
.BgClassName
{
background-color: #B87384;
}
</style>
border-color css
<style>
span { border-color: #B87384; }
span { border-color: rgb(184,115,132); }
td.TdClassName
{
border-color: #B87384;
}
.TagClassName
{
border-color: #B87384;
}
</style>