#B86577

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

Shades of Tapestry #B86577

Tints of Tapestry #B86577

Color information

#B86577 (or 0xB86577) is unknown color: approx Tapestry. HEX triplet: B8, 65 and 77. RGB value is (184,101,119). Sum of RGB (Red+Green+Blue) = 184+101+119=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B86577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86577 is #479A88. Grayscale: #7F7F7F. Windows color (decimal): -4692617 or 7824824. OLE color: 7824824.

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

Color convert

RGB184101119-
CMYK00.450.350.28
HSL346.99º36.89%55.88%-
HSV(B)346.99º45.11%72.16%-
XYZ27.7520.8320.01-
YUV127.87123168.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=45.54%
G=25%
B=29.46%

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
Decimal18410111900.450.350.28346.9936.8955.88
HexB8657702D231C15b2538
Octal27014516705543345334570
Binary1011100011001011110111010110110001111100101011011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86577; }

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

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

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

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

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

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

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

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