#B86677

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

Shades of Tapestry #B86677

Tints of Tapestry #B86677

Color information

#B86677 (or 0xB86677) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 77. RGB value is (184,102,119). Sum of RGB (Red+Green+Blue) = 184+102+119=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B86677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86677 is #479988. Grayscale: #808080. Windows color (decimal): -4692361 or 7825080. OLE color: 7825080.

HSL color Cylindrical-coordinate representation of color #B86677: hue angle of 347.56º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86677 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB184102119-
CMYK00.450.350.28
HSL347.56º36.61%56.08%-
HSV(B)347.56º44.57%72.16%-
XYZ27.8521.0220.04-
YUV128.46122.67167.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=45.43%
G=25.19%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410211900.450.350.28347.5636.6156.08
HexB8667702D231C15c2538
Octal27014616705543345344570
Binary1011100011001101110111010110110001111100101011100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86677; }

 p { color: rgb(184,102,119); }

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

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

 a { background-color: rgb(184,102,119); }

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

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

 span { border-color: rgb(184,102,119); }

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