#B57A8F

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

Shades of Tapestry #B57A8F

Tints of Tapestry #B57A8F

Color information

#B57A8F (or 0xB57A8F) is unknown color: approx Tapestry. HEX triplet: B5, 7A and 8F. RGB value is (181,122,143). Sum of RGB (Red+Green+Blue) = 181+122+143=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A8F is #4A8570. Grayscale: #8E8E8E. Windows color (decimal): -4883825 or 9403061. OLE color: 9403061.

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

Color convert

RGB181122143-
CMYK00.330.210.29
HSL338.64º28.5%59.41%-
HSV(B)338.64º32.6%70.98%-
XYZ30.9725.7329.32-
YUV142.04128.55155.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=40.58%
G=27.35%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112214300.330.210.29338.6428.559.41
HexB57A8F021151D1531d3b
Octal26517221704125355233573
Binary101101011111010100011110100001101011110110101001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A8F; }

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

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

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

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

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

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

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

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