Shades of Tapestry #B86C8A
Tints of Tapestry #B86C8A
RGB
CMYK
RGB Variations
Color information
#B86C8A (or 0xB86C8A) is known color: Tapestry. HEX triplet: B8, 6C and 8A. RGB value is (184,108,138). Sum of RGB (Red+Green+Blue) = 184+108+138=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86C8A is #479375. Grayscale: #868686. Windows color (decimal): -4690806 or 9071800. OLE color: 9071800.
HSL color Cylindrical-coordinate representation of color #B86C8A: hue angle of 336.32º 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 #B86C8A is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 138 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.28 |
| HSL | 336.32º | 0.35% | 0.57% | - |
| HSV(B) | 336.32º | 0.41% | 0.72% | - |
| XYZ | 29.72 | 22.75 | 26.87 | - |
| YUV | 134.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 138 | 0 | 0.41 | 0.25 | 0.28 | 336.32 | 0.35 | 0.57 |
| Hex | B8 | 6C | 8A | 0 | 29 | 19 | 1C | 150 | 23 | 39 |
| Octal | 270 | 154 | 212 | 0 | 51 | 31 | 34 | 520 | 43 | 71 |
| Binary | 10111000 | 1101100 | 10001010 | 0 | 101001 | 11001 | 11100 | 101010000 | 100011 | 111001 |
Color Harmonies of #B86C8A
Complementary color
Monochromatic Colors of #B86C8A
Black with #B86C8A
Text Example
Text Example
White with #B86C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C8A; }
p { color: rgb(184,108,138); }
H1.HeaderClassName
{
color: #B86C8A;
}
.AnyTagClassName
{
color: #B86C8A;
}
</style>
background-color css
<style>
a { background-color: #B86C8A; }
a { background-color: rgb(184,108,138); }
div.DivClassName
{
background-color: #B86C8A;
}
.BgClassName
{
background-color: #B86C8A;
}
</style>
border-color css
<style>
span { border-color: #B86C8A; }
span { border-color: rgb(184,108,138); }
td.TdClassName
{
border-color: #B86C8A;
}
.TagClassName
{
border-color: #B86C8A;
}
</style>