#B57B90

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

Shades of Tapestry #B57B90

Tints of Tapestry #B57B90

Color information

#B57B90 (or 0xB57B90) is unknown color: approx Tapestry. HEX triplet: B5, 7B and 90. RGB value is (181,123,144). Sum of RGB (Red+Green+Blue) = 181+123+144=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B90 is #4A846F. Grayscale: #8E8E8E. Windows color (decimal): -4883568 or 9468853. OLE color: 9468853.

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

Color convert

RGB181123144-
CMYK00.320.200.29
HSL338.28º28.16%59.61%-
HSV(B)338.28º32.04%70.98%-
XYZ31.172629.76-
YUV142.74128.72155.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=40.40%
G=27.46%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112314400.320.200.29338.2828.1659.61
HexB57B90020141D1521c3c
Octal26517322004024355223474
Binary101101011111011100100000100000101001110110101001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B90; }

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

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

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

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

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

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

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

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