#B86576

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

Shades of Tapestry #B86576

Tints of Tapestry #B86576

Color information

#B86576 (or 0xB86576) is unknown color: approx Tapestry. HEX triplet: B8, 65 and 76. RGB value is (184,101,118). Sum of RGB (Red+Green+Blue) = 184+101+118=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B86576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86576 is #479A89. Grayscale: #7F7F7F. Windows color (decimal): -4692618 or 7759288. OLE color: 7759288.

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

Color convert

RGB184101118-
CMYK00.450.360.28
HSL347.71º36.89%55.88%-
HSV(B)347.71º45.11%72.16%-
XYZ27.6920.8119.7-
YUV127.76122.5168.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.66%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=45.66%
G=25.06%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410111800.450.360.28347.7136.8955.88
HexB8657602D241C15c2538
Octal27014516605544345344570
Binary1011100011001011110110010110110010011100101011100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86576; }

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

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

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

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

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

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

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

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