#B86E7E

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

Shades of Tapestry #B86E7E

Tints of Tapestry #B86E7E

Color information

#B86E7E (or 0xB86E7E) is unknown color: approx Tapestry. HEX triplet: B8, 6E and 7E. RGB value is (184,110,126). Sum of RGB (Red+Green+Blue) = 184+110+126=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86E7E is #479181. Grayscale: #858585. Windows color (decimal): -4690306 or 8285880. OLE color: 8285880.

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

Color convert

RGB184110126-
CMYK00.400.320.28
HSL347.03º34.26%57.65%-
HSV(B)347.03º40.22%72.16%-
XYZ29.1122.8522.61-
YUV133.95123.52163.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 126 (49.61% from 255) = 30%
R=43.81%
G=26.19%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411012600.400.320.28347.0334.2657.65
HexB86E7E028201C15b223a
Octal27015617605040345334272
Binary1011100011011101111110010100010000011100101011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E7E; }

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

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

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

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

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

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

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

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