Shades of Tapestry #B87785
Tints of Tapestry #B87785
RGB
CMYK
RGB Variations
Color information
#B87785 (or 0xB87785) is known color: Tapestry. HEX triplet: B8, 77 and 85. RGB value is (184,119,133). Sum of RGB (Red+Green+Blue) = 184+119+133=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87785 is #47887A. Grayscale: #8C8C8C. Windows color (decimal): -4687995 or 8746936. OLE color: 8746936.
HSL color Cylindrical-coordinate representation of color #B87785: hue angle of 347.08º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B87785 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 133 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.28 |
| HSL | 347.08º | 0.31% | 0.59% | - |
| HSV(B) | 347.08º | 0.35% | 0.72% | - |
| XYZ | 30.6 | 25.08 | 25.42 | - |
| YUV | 140.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 133 | 0 | 0.35 | 0.28 | 0.28 | 347.08 | 0.31 | 0.59 |
| Hex | B8 | 77 | 85 | 0 | 23 | 1C | 1C | 15B | 1F | 3B |
| Octal | 270 | 167 | 205 | 0 | 43 | 34 | 34 | 533 | 37 | 73 |
| Binary | 10111000 | 1110111 | 10000101 | 0 | 100011 | 11100 | 11100 | 101011011 | 11111 | 111011 |
Color Harmonies of #B87785
Complementary color
Monochromatic Colors of #B87785
Black with #B87785
Text Example
Text Example
White with #B87785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87785; }
p { color: rgb(184,119,133); }
H1.HeaderClassName
{
color: #B87785;
}
.AnyTagClassName
{
color: #B87785;
}
</style>
background-color css
<style>
a { background-color: #B87785; }
a { background-color: rgb(184,119,133); }
div.DivClassName
{
background-color: #B87785;
}
.BgClassName
{
background-color: #B87785;
}
</style>
border-color css
<style>
span { border-color: #B87785; }
span { border-color: rgb(184,119,133); }
td.TdClassName
{
border-color: #B87785;
}
.TagClassName
{
border-color: #B87785;
}
</style>