Shades of Tapestry #B86F7D
Tints of Tapestry #B86F7D
RGB
CMYK
RGB Variations
Color information
#B86F7D (or 0xB86F7D) is known color: Tapestry. HEX triplet: B8, 6F and 7D. RGB value is (184,111,125). Sum of RGB (Red+Green+Blue) = 184+111+125=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F7D is #479082. Grayscale: #868686. Windows color (decimal): -4690051 or 8220600. OLE color: 8220600.
HSL color Cylindrical-coordinate representation of color #B86F7D: hue angle of 348.49º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F7D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 125 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.28 |
| HSL | 348.49º | 0.34% | 0.58% | - |
| HSV(B) | 348.49º | 0.4% | 0.72% | - |
| XYZ | 29.15 | 23.04 | 22.31 | - |
| YUV | 134.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 125 | 0 | 0.40 | 0.32 | 0.28 | 348.49 | 0.34 | 0.58 |
| Hex | B8 | 6F | 7D | 0 | 28 | 20 | 1C | 15C | 22 | 3A |
| Octal | 270 | 157 | 175 | 0 | 50 | 40 | 34 | 534 | 42 | 72 |
| Binary | 10111000 | 1101111 | 1111101 | 0 | 101000 | 100000 | 11100 | 101011100 | 100010 | 111010 |
Color Harmonies of #B86F7D
Complementary color
Monochromatic Colors of #B86F7D
Black with #B86F7D
Text Example
Text Example
White with #B86F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F7D; }
p { color: rgb(184,111,125); }
H1.HeaderClassName
{
color: #B86F7D;
}
.AnyTagClassName
{
color: #B86F7D;
}
</style>
background-color css
<style>
a { background-color: #B86F7D; }
a { background-color: rgb(184,111,125); }
div.DivClassName
{
background-color: #B86F7D;
}
.BgClassName
{
background-color: #B86F7D;
}
</style>
border-color css
<style>
span { border-color: #B86F7D; }
span { border-color: rgb(184,111,125); }
td.TdClassName
{
border-color: #B86F7D;
}
.TagClassName
{
border-color: #B86F7D;
}
</style>