Shades of Tapestry #B86C7D
Tints of Tapestry #B86C7D
RGB
CMYK
RGB Variations
Color information
#B86C7D (or 0xB86C7D) is known color: Tapestry. HEX triplet: B8, 6C and 7D. RGB value is (184,108,125). Sum of RGB (Red+Green+Blue) = 184+108+125=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C7D is #479382. Grayscale: #848484. Windows color (decimal): -4690819 or 8219832. OLE color: 8219832.
HSL color Cylindrical-coordinate representation of color #B86C7D: hue angle of 346.58º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86C7D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 125 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.28 |
| HSL | 346.58º | 0.35% | 0.57% | - |
| HSV(B) | 346.58º | 0.41% | 0.72% | - |
| XYZ | 28.83 | 22.4 | 22.21 | - |
| YUV | 132.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 125 | 0 | 0.41 | 0.32 | 0.28 | 346.58 | 0.35 | 0.57 |
| Hex | B8 | 6C | 7D | 0 | 29 | 20 | 1C | 15B | 23 | 39 |
| Octal | 270 | 154 | 175 | 0 | 51 | 40 | 34 | 533 | 43 | 71 |
| Binary | 10111000 | 1101100 | 1111101 | 0 | 101001 | 100000 | 11100 | 101011011 | 100011 | 111001 |
Color Harmonies of #B86C7D
Complementary color
Monochromatic Colors of #B86C7D
Black with #B86C7D
Text Example
Text Example
White with #B86C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C7D; }
p { color: rgb(184,108,125); }
H1.HeaderClassName
{
color: #B86C7D;
}
.AnyTagClassName
{
color: #B86C7D;
}
</style>
background-color css
<style>
a { background-color: #B86C7D; }
a { background-color: rgb(184,108,125); }
div.DivClassName
{
background-color: #B86C7D;
}
.BgClassName
{
background-color: #B86C7D;
}
</style>
border-color css
<style>
span { border-color: #B86C7D; }
span { border-color: rgb(184,108,125); }
td.TdClassName
{
border-color: #B86C7D;
}
.TagClassName
{
border-color: #B86C7D;
}
</style>