#B86A85

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

Shades of Tapestry #B86A85

Tints of Tapestry #B86A85

Color information

#B86A85 (or 0xB86A85) is unknown color: approx Tapestry. HEX triplet: B8, 6A and 85. RGB value is (184,106,133). Sum of RGB (Red+Green+Blue) = 184+106+133=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A85 is #47957A. Grayscale: #848484. Windows color (decimal): -4691323 or 8743608. OLE color: 8743608.

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

Color convert

RGB184106133-
CMYK00.420.280.28
HSL339.23º35.45%56.86%-
HSV(B)339.23º42.39%72.16%-
XYZ29.1522.1924.94-
YUV132.4128.34164.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=43.50%
G=25.06%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410613300.420.280.28339.2335.4556.86
HexB86A8502A1C1C1532339
Octal27015220505234345234371
Binary1011100011010101000010101010101110011100101010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A85; }

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

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

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

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

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

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

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

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