#B57685

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

Shades of Tapestry #B57685

Tints of Tapestry #B57685

Color information

#B57685 (or 0xB57685) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 85. RGB value is (181,118,133). Sum of RGB (Red+Green+Blue) = 181+118+133=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57685 is #4A897A. Grayscale: #8A8A8A. Windows color (decimal): -4884859 or 8746677. OLE color: 8746677.

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

Color convert

RGB181118133-
CMYK00.350.270.29
HSL345.71º29.86%58.63%-
HSV(B)345.71º34.81%70.98%-
XYZ29.7724.4725.35-
YUV138.55124.87158.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=41.90%
G=27.31%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111813300.350.270.29345.7129.8658.63
HexB576850231B1D15a1e3b
Octal26516620504333355323673
Binary101101011110110100001010100011110111110110101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57685; }

 p { color: rgb(181,118,133); }

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

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

 a { background-color: rgb(181,118,133); }

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

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

 span { border-color: rgb(181,118,133); }

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