#B57C90

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

Shades of Tapestry #B57C90

Tints of Tapestry #B57C90

Color information

#B57C90 (or 0xB57C90) is unknown color: approx Tapestry. HEX triplet: B5, 7C and 90. RGB value is (181,124,144). Sum of RGB (Red+Green+Blue) = 181+124+144=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C90 is #4A836F. Grayscale: #8F8F8F. Windows color (decimal): -4883312 or 9469109. OLE color: 9469109.

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

Color convert

RGB181124144-
CMYK00.310.200.29
HSL338.95º27.8%59.8%-
HSV(B)338.95º31.49%70.98%-
XYZ31.326.2529.8-
YUV143.32128.38154.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 124 (48.83% from 255) = 27.62%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=40.31%
G=27.62%
B=32.07%

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
Decimal18112414400.310.200.29338.9527.859.8
HexB57C9001F141D1531c3c
Octal26517422003724355233474
Binary10110101111110010010000011111101001110110101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C90; }

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

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

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

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

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

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

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

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