Shades of Tapestry #B87C7F
Tints of Tapestry #B87C7F
RGB
CMYK
RGB Variations
Color information
#B87C7F (or 0xB87C7F) is known color: Tapestry. HEX triplet: B8, 7C and 7F. RGB value is (184,124,127). Sum of RGB (Red+Green+Blue) = 184+124+127=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C7F is #478380. Grayscale: #8E8E8E. Windows color (decimal): -4686721 or 8355000. OLE color: 8355000.
HSL color Cylindrical-coordinate representation of color #B87C7F: hue angle of 357º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87C7F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 127 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.28 |
| HSL | 357º | 0.3% | 0.6% | - |
| HSV(B) | 357º | 0.33% | 0.72% | - |
| XYZ | 30.81 | 26.14 | 23.5 | - |
| YUV | 142.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 127 | 0 | 0.33 | 0.31 | 0.28 | 357 | 0.3 | 0.6 |
| Hex | B8 | 7C | 7F | 0 | 21 | 1F | 1C | 165 | 1E | 3C |
| Octal | 270 | 174 | 177 | 0 | 41 | 37 | 34 | 545 | 36 | 74 |
| Binary | 10111000 | 1111100 | 1111111 | 0 | 100001 | 11111 | 11100 | 101100101 | 11110 | 111100 |
Color Harmonies of #B87C7F
Complementary color
Monochromatic Colors of #B87C7F
Black with #B87C7F
Text Example
Text Example
White with #B87C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C7F; }
p { color: rgb(184,124,127); }
H1.HeaderClassName
{
color: #B87C7F;
}
.AnyTagClassName
{
color: #B87C7F;
}
</style>
background-color css
<style>
a { background-color: #B87C7F; }
a { background-color: rgb(184,124,127); }
div.DivClassName
{
background-color: #B87C7F;
}
.BgClassName
{
background-color: #B87C7F;
}
</style>
border-color css
<style>
span { border-color: #B87C7F; }
span { border-color: rgb(184,124,127); }
td.TdClassName
{
border-color: #B87C7F;
}
.TagClassName
{
border-color: #B87C7F;
}
</style>