#B57B8B

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

Shades of Tapestry #B57B8B

Tints of Tapestry #B57B8B

Color information

#B57B8B (or 0xB57B8B) is unknown color: approx Tapestry. HEX triplet: B5, 7B and 8B. RGB value is (181,123,139). Sum of RGB (Red+Green+Blue) = 181+123+139=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B8B is #4A8474. Grayscale: #8E8E8E. Windows color (decimal): -4883573 or 9141173. OLE color: 9141173.

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

Color convert

RGB181123139-
CMYK00.320.230.29
HSL343.45º28.16%59.61%-
HSV(B)343.45º32.04%70.98%-
XYZ30.825.8527.79-
YUV142.17126.22155.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=40.86%
G=27.77%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112313900.320.230.29343.4528.1659.61
HexB57B8B020171D1571c3c
Octal26517321304027355273474
Binary101101011111011100010110100000101111110110101011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B8B; }

 p { color: rgb(181,123,139); }

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

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

 a { background-color: rgb(181,123,139); }

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

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

 span { border-color: rgb(181,123,139); }

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