#B57C82

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

Shades of Tapestry #B57C82

Tints of Tapestry #B57C82

Color information

#B57C82 (or 0xB57C82) is unknown color: approx Tapestry. HEX triplet: B5, 7C and 82. RGB value is (181,124,130). Sum of RGB (Red+Green+Blue) = 181+124+130=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C82 is #4A837D. Grayscale: #8D8D8D. Windows color (decimal): -4883326 or 8551605. OLE color: 8551605.

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

Color convert

RGB181124130-
CMYK00.310.280.29
HSL353.68º27.8%59.8%-
HSV(B)353.68º31.49%70.98%-
XYZ30.2925.8524.51-
YUV141.73121.38156.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=41.61%
G=28.51%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112413000.310.280.29353.6827.859.8
HexB57C8201F1C1D1621c3c
Octal26517420203734355423474
Binary10110101111110010000010011111111001110110110001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C82; }

 p { color: rgb(181,124,130); }

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

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

 a { background-color: rgb(181,124,130); }

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

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

 span { border-color: rgb(181,124,130); }

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