#B57C91

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

Shades of Tapestry #B57C91

Tints of Tapestry #B57C91

Color information

#B57C91 (or 0xB57C91) is unknown color: approx Tapestry. HEX triplet: B5, 7C and 91. RGB value is (181,124,145). Sum of RGB (Red+Green+Blue) = 181+124+145=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C91 is #4A836E. Grayscale: #8F8F8F. Windows color (decimal): -4883311 or 9534645. OLE color: 9534645.

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

Color convert

RGB181124145-
CMYK00.310.200.29
HSL337.89º27.8%59.8%-
HSV(B)337.89º31.49%70.98%-
XYZ31.3726.2830.21-
YUV143.44128.88154.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=40.22%
G=27.56%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112414500.310.200.29337.8927.859.8
HexB57C9101F141D1521c3c
Octal26517422103724355223474
Binary10110101111110010010001011111101001110110101001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C91; }

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

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

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

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

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

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

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

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