#B57F8F

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

Shades of Tapestry #B57F8F

Tints of Tapestry #B57F8F

Color information

#B57F8F (or 0xB57F8F) is unknown color: approx Tapestry. HEX triplet: B5, 7F and 8F. RGB value is (181,127,143). Sum of RGB (Red+Green+Blue) = 181+127+143=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F8F is #4A8070. Grayscale: #909090. Windows color (decimal): -4882545 or 9404341. OLE color: 9404341.

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

Color convert

RGB181127143-
CMYK00.300.210.29
HSL342.22º26.73%60.39%-
HSV(B)342.22º29.83%70.98%-
XYZ31.626.9929.53-
YUV144.97126.89153.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=40.13%
G=28.16%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112714300.300.210.29342.2226.7360.39
HexB57F8F01E151D1561b3c
Octal26517721703625355263374
Binary10110101111111110001111011110101011110110101011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F8F; }

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

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

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

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

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

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

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

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