#B57290

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

Shades of Tapestry #B57290

Tints of Tapestry #B57290

Color information

#B57290 (or 0xB57290) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 90. RGB value is (181,114,144). Sum of RGB (Red+Green+Blue) = 181+114+144=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B57290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57290 is #4A8D6F. Grayscale: #898989. Windows color (decimal): -4885872 or 9466549. OLE color: 9466549.

HSL color Cylindrical-coordinate representation of color #B57290: hue angle of 333.13º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B57290 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB181114144-
CMYK00.370.200.29
HSL333.13º31.16%57.84%-
HSV(B)333.13º37.02%70.98%-
XYZ30.1123.8729.41-
YUV137.45131.7159.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=41.23%
G=25.97%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111414400.370.200.29333.1331.1657.84
HexB57290025141D14d1f3a
Octal26516222004524355153772
Binary101101011110010100100000100101101001110110100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57290; }

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

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

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

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

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

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

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

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