#B86C86

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

Shades of Tapestry #B86C86

Tints of Tapestry #B86C86

Color information

#B86C86 (or 0xB86C86) is unknown color: approx Tapestry. HEX triplet: B8, 6C and 86. RGB value is (184,108,134). Sum of RGB (Red+Green+Blue) = 184+108+134=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86C86 is #479379. Grayscale: #858585. Windows color (decimal): -4690810 or 8809656. OLE color: 8809656.

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

Color convert

RGB184108134-
CMYK00.410.270.28
HSL339.47º34.86%57.25%-
HSV(B)339.47º41.3%72.16%-
XYZ29.4322.6425.37-
YUV133.69128.18163.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=43.19%
G=25.35%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410813400.410.270.28339.4734.8657.25
HexB86C860291B1C1532339
Octal27015420605133345234371
Binary1011100011011001000011001010011101111100101010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C86; }

 p { color: rgb(184,108,134); }

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

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

 a { background-color: rgb(184,108,134); }

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

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

 span { border-color: rgb(184,108,134); }

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