Shades of Tapestry #B86F81
Tints of Tapestry #B86F81
RGB
CMYK
RGB Variations
Color information
#B86F81 (or 0xB86F81) is known color: Tapestry. HEX triplet: B8, 6F and 81. RGB value is (184,111,129). Sum of RGB (Red+Green+Blue) = 184+111+129=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F81 is #47907E. Grayscale: #868686. Windows color (decimal): -4690047 or 8482744. OLE color: 8482744.
HSL color Cylindrical-coordinate representation of color #B86F81: hue angle of 345.21º 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 #B86F81 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 129 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.28 |
| HSL | 345.21º | 0.34% | 0.58% | - |
| HSV(B) | 345.21º | 0.4% | 0.72% | - |
| XYZ | 29.41 | 23.14 | 23.69 | - |
| YUV | 134.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 129 | 0 | 0.40 | 0.30 | 0.28 | 345.21 | 0.34 | 0.58 |
| Hex | B8 | 6F | 81 | 0 | 28 | 1E | 1C | 159 | 22 | 3A |
| Octal | 270 | 157 | 201 | 0 | 50 | 36 | 34 | 531 | 42 | 72 |
| Binary | 10111000 | 1101111 | 10000001 | 0 | 101000 | 11110 | 11100 | 101011001 | 100010 | 111010 |
Color Harmonies of #B86F81
Complementary color
Monochromatic Colors of #B86F81
Black with #B86F81
Text Example
Text Example
White with #B86F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F81; }
p { color: rgb(184,111,129); }
H1.HeaderClassName
{
color: #B86F81;
}
.AnyTagClassName
{
color: #B86F81;
}
</style>
background-color css
<style>
a { background-color: #B86F81; }
a { background-color: rgb(184,111,129); }
div.DivClassName
{
background-color: #B86F81;
}
.BgClassName
{
background-color: #B86F81;
}
</style>
border-color css
<style>
span { border-color: #B86F81; }
span { border-color: rgb(184,111,129); }
td.TdClassName
{
border-color: #B86F81;
}
.TagClassName
{
border-color: #B86F81;
}
</style>