Shades of Tapestry #B86B8A
Tints of Tapestry #B86B8A
RGB
CMYK
RGB Variations
Color information
#B86B8A (or 0xB86B8A) is known color: Tapestry. HEX triplet: B8, 6B and 8A. RGB value is (184,107,138). Sum of RGB (Red+Green+Blue) = 184+107+138=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B8A is #479475. Grayscale: #858585. Windows color (decimal): -4691062 or 9071544. OLE color: 9071544.
HSL color Cylindrical-coordinate representation of color #B86B8A: hue angle of 335.84º 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 #B86B8A is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 138 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.28 |
| HSL | 335.84º | 0.35% | 0.57% | - |
| HSV(B) | 335.84º | 0.42% | 0.72% | - |
| XYZ | 29.61 | 22.54 | 26.83 | - |
| YUV | 133.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 138 | 0 | 0.42 | 0.25 | 0.28 | 335.84 | 0.35 | 0.57 |
| Hex | B8 | 6B | 8A | 0 | 2A | 19 | 1C | 150 | 23 | 39 |
| Octal | 270 | 153 | 212 | 0 | 52 | 31 | 34 | 520 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10001010 | 0 | 101010 | 11001 | 11100 | 101010000 | 100011 | 111001 |
Color Harmonies of #B86B8A
Complementary color
Monochromatic Colors of #B86B8A
Black with #B86B8A
Text Example
Text Example
White with #B86B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B8A; }
p { color: rgb(184,107,138); }
H1.HeaderClassName
{
color: #B86B8A;
}
.AnyTagClassName
{
color: #B86B8A;
}
</style>
background-color css
<style>
a { background-color: #B86B8A; }
a { background-color: rgb(184,107,138); }
div.DivClassName
{
background-color: #B86B8A;
}
.BgClassName
{
background-color: #B86B8A;
}
</style>
border-color css
<style>
span { border-color: #B86B8A; }
span { border-color: rgb(184,107,138); }
td.TdClassName
{
border-color: #B86B8A;
}
.TagClassName
{
border-color: #B86B8A;
}
</style>