Shades of Tapestry #B86A8A
Tints of Tapestry #B86A8A
RGB
CMYK
RGB Variations
Color information
#B86A8A (or 0xB86A8A) is known color: Tapestry. HEX triplet: B8, 6A and 8A. RGB value is (184,106,138). Sum of RGB (Red+Green+Blue) = 184+106+138=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A8A is #479575. Grayscale: #848484. Windows color (decimal): -4691318 or 9071288. OLE color: 9071288.
HSL color Cylindrical-coordinate representation of color #B86A8A: hue angle of 335.38º 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 #B86A8A is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 106 | 138 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.28 |
| HSL | 335.38º | 0.35% | 0.57% | - |
| HSV(B) | 335.38º | 0.42% | 0.72% | - |
| XYZ | 29.51 | 22.33 | 26.8 | - |
| YUV | 132.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 106 | 138 | 0 | 0.42 | 0.25 | 0.28 | 335.38 | 0.35 | 0.57 |
| Hex | B8 | 6A | 8A | 0 | 2A | 19 | 1C | 14F | 23 | 39 |
| Octal | 270 | 152 | 212 | 0 | 52 | 31 | 34 | 517 | 43 | 71 |
| Binary | 10111000 | 1101010 | 10001010 | 0 | 101010 | 11001 | 11100 | 101001111 | 100011 | 111001 |
Color Harmonies of #B86A8A
Complementary color
Monochromatic Colors of #B86A8A
Black with #B86A8A
Text Example
Text Example
White with #B86A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86A8A; }
p { color: rgb(184,106,138); }
H1.HeaderClassName
{
color: #B86A8A;
}
.AnyTagClassName
{
color: #B86A8A;
}
</style>
background-color css
<style>
a { background-color: #B86A8A; }
a { background-color: rgb(184,106,138); }
div.DivClassName
{
background-color: #B86A8A;
}
.BgClassName
{
background-color: #B86A8A;
}
</style>
border-color css
<style>
span { border-color: #B86A8A; }
span { border-color: rgb(184,106,138); }
td.TdClassName
{
border-color: #B86A8A;
}
.TagClassName
{
border-color: #B86A8A;
}
</style>