#B86A87

Color #B86A87 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B86A87

Tints of Tapestry #B86A87

Color information

#B86A87 (or 0xB86A87) is unknown color: approx Tapestry. HEX triplet: B8, 6A and 87. RGB value is (184,106,135). Sum of RGB (Red+Green+Blue) = 184+106+135=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A87 is #479578. Grayscale: #848484. Windows color (decimal): -4691321 or 8874680. OLE color: 8874680.

HSL color Cylindrical-coordinate representation of color #B86A87: hue angle of 337.69º 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 #B86A87 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB184106135-
CMYK00.420.270.28
HSL337.69º35.45%56.86%-
HSV(B)337.69º42.39%72.16%-
XYZ29.2922.2525.67-
YUV132.63129.34164.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=43.29%
G=24.94%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410613500.420.270.28337.6935.4556.86
HexB86A8702A1B1C1522339
Octal27015220705233345224371
Binary1011100011010101000011101010101101111100101010010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A87; }

 p { color: rgb(184,106,135); }

 H1.HeaderClassName
 {
   color: #B86A87;
 }
 .AnyTagClassName
 {
   color: #B86A87;
 }
</style>
background-color css

<style>
 a { background-color: #B86A87; }

 a { background-color: rgb(184,106,135); }

 div.DivClassName
 {
   background-color: #B86A87;
 }
 .BgClassName
 {
   background-color: #B86A87;
 }
</style>
border-color css

<style>
 span { border-color: #B86A87; }

 span { border-color: rgb(184,106,135); }

 td.TdClassName
 {
   border-color: #B86A87;
 }
 .TagClassName
 {
   border-color: #B86A87;
 }
</style>