#B57A86

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

Shades of Tapestry #B57A86

Tints of Tapestry #B57A86

Color information

#B57A86 (or 0xB57A86) is unknown color: approx Tapestry. HEX triplet: B5, 7A and 86. RGB value is (181,122,134). Sum of RGB (Red+Green+Blue) = 181+122+134=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A86 is #4A8579. Grayscale: #8D8D8D. Windows color (decimal): -4883834 or 8813237. OLE color: 8813237.

HSL color Cylindrical-coordinate representation of color #B57A86: hue angle of 347.8º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57A86 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB181122134-
CMYK00.330.260.29
HSL347.8º28.5%59.41%-
HSV(B)347.8º32.6%70.98%-
XYZ30.3225.4625.87-
YUV141.01124.05156.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=41.42%
G=27.92%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112213400.330.260.29347.828.559.41
HexB57A860211A1D15c1d3b
Octal26517220604132355343573
Binary101101011111010100001100100001110101110110101110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A86; }

 p { color: rgb(181,122,134); }

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

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

 a { background-color: rgb(181,122,134); }

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

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

 span { border-color: rgb(181,122,134); }

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