#B86E7A

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

Shades of Tapestry #B86E7A

Tints of Tapestry #B86E7A

Color information

#B86E7A (or 0xB86E7A) is unknown color: approx Tapestry. HEX triplet: B8, 6E and 7A. RGB value is (184,110,122). Sum of RGB (Red+Green+Blue) = 184+110+122=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E7A is #479185. Grayscale: #858585. Windows color (decimal): -4690310 or 8023736. OLE color: 8023736.

HSL color Cylindrical-coordinate representation of color #B86E7A: hue angle of 350.27º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86E7A is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184110122-
CMYK00.400.340.28
HSL350.27º34.26%57.65%-
HSV(B)350.27º40.22%72.16%-
XYZ28.8622.7521.28-
YUV133.49121.52164.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=44.23%
G=26.44%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411012200.400.340.28350.2734.2657.65
HexB86E7A028221C15e223a
Octal27015617205042345364272
Binary1011100011011101111010010100010001011100101011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E7A; }

 p { color: rgb(184,110,122); }

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

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

 a { background-color: rgb(184,110,122); }

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

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

 span { border-color: rgb(184,110,122); }

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