Shades of Tapestry #B86B7E
Tints of Tapestry #B86B7E
RGB
CMYK
RGB Variations
Color information
#B86B7E (or 0xB86B7E) is known color: Tapestry. HEX triplet: B8, 6B and 7E. RGB value is (184,107,126). Sum of RGB (Red+Green+Blue) = 184+107+126=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B7E is #479481. Grayscale: #848484. Windows color (decimal): -4691074 or 8285112. OLE color: 8285112.
HSL color Cylindrical-coordinate representation of color #B86B7E: hue angle of 345.19º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B7E is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 126 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.28 |
| HSL | 345.19º | 0.35% | 0.57% | - |
| HSV(B) | 345.19º | 0.42% | 0.72% | - |
| XYZ | 28.79 | 22.21 | 22.51 | - |
| YUV | 132.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 126 | 0 | 0.42 | 0.32 | 0.28 | 345.19 | 0.35 | 0.57 |
| Hex | B8 | 6B | 7E | 0 | 2A | 20 | 1C | 159 | 23 | 39 |
| Octal | 270 | 153 | 176 | 0 | 52 | 40 | 34 | 531 | 43 | 71 |
| Binary | 10111000 | 1101011 | 1111110 | 0 | 101010 | 100000 | 11100 | 101011001 | 100011 | 111001 |
Color Harmonies of #B86B7E
Complementary color
Monochromatic Colors of #B86B7E
Black with #B86B7E
Text Example
Text Example
White with #B86B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B7E; }
p { color: rgb(184,107,126); }
H1.HeaderClassName
{
color: #B86B7E;
}
.AnyTagClassName
{
color: #B86B7E;
}
</style>
background-color css
<style>
a { background-color: #B86B7E; }
a { background-color: rgb(184,107,126); }
div.DivClassName
{
background-color: #B86B7E;
}
.BgClassName
{
background-color: #B86B7E;
}
</style>
border-color css
<style>
span { border-color: #B86B7E; }
span { border-color: rgb(184,107,126); }
td.TdClassName
{
border-color: #B86B7E;
}
.TagClassName
{
border-color: #B86B7E;
}
</style>