#B57C8D

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

Shades of Tapestry #B57C8D

Tints of Tapestry #B57C8D

Color information

#B57C8D (or 0xB57C8D) is unknown color: approx Tapestry. HEX triplet: B5, 7C and 8D. RGB value is (181,124,141). Sum of RGB (Red+Green+Blue) = 181+124+141=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C8D is #4A8372. Grayscale: #8E8E8E. Windows color (decimal): -4883315 or 9272501. OLE color: 9272501.

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

Color convert

RGB181124141-
CMYK00.310.220.29
HSL342.11º27.8%59.8%-
HSV(B)342.11º31.49%70.98%-
XYZ31.0726.1628.61-
YUV142.98126.88155.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=40.58%
G=27.80%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112414100.310.220.29342.1127.859.8
HexB57C8D01F161D1561c3c
Octal26517421503726355263474
Binary10110101111110010001101011111101101110110101011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C8D; }

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

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

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

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

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

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

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

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