#B57F84

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

Shades of Tapestry #B57F84

Tints of Tapestry #B57F84

Color information

#B57F84 (or 0xB57F84) is unknown color: approx Tapestry. HEX triplet: B5, 7F and 84. RGB value is (181,127,132). Sum of RGB (Red+Green+Blue) = 181+127+132=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F84 is #4A807B. Grayscale: #8F8F8F. Windows color (decimal): -4882556 or 8683445. OLE color: 8683445.

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

Color convert

RGB181127132-
CMYK00.300.270.29
HSL354.44º26.73%60.39%-
HSV(B)354.44º29.83%70.98%-
XYZ30.8126.6725.35-
YUV143.72121.39154.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 132 (51.95% from 255) = 30%
R=41.14%
G=28.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112713200.300.270.29354.4426.7360.39
HexB57F8401E1B1D1621b3c
Octal26517720403633355423374
Binary10110101111111110000100011110110111110110110001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F84; }

 p { color: rgb(181,127,132); }

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

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

 a { background-color: rgb(181,127,132); }

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

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

 span { border-color: rgb(181,127,132); }

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