#B57680

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

Shades of Tapestry #B57680

Tints of Tapestry #B57680

Color information

#B57680 (or 0xB57680) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 80. RGB value is (181,118,128). Sum of RGB (Red+Green+Blue) = 181+118+128=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57680 is #4A897F. Grayscale: #8A8A8A. Windows color (decimal): -4884864 or 8418997. OLE color: 8418997.

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

Color convert

RGB181118128-
CMYK00.350.290.29
HSL350.48º29.86%58.63%-
HSV(B)350.48º34.81%70.98%-
XYZ29.4324.3423.57-
YUV137.98122.37158.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=42.39%
G=27.63%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111812800.350.290.29350.4829.8658.63
HexB576800231D1D15e1e3b
Octal26516620004335355363673
Binary101101011110110100000000100011111011110110101111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57680; }

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

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

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

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

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

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

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

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