#B5758A

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

Shades of Tapestry #B5758A

Tints of Tapestry #B5758A

Color information

#B5758A (or 0xB5758A) is unknown color: approx Tapestry. HEX triplet: B5, 75 and 8A. RGB value is (181,117,138). Sum of RGB (Red+Green+Blue) = 181+117+138=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5758A is #4A8A75. Grayscale: #8A8A8A. Windows color (decimal): -4885110 or 9074101. OLE color: 9074101.

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

Color convert

RGB181117138-
CMYK00.350.240.29
HSL340.31º30.19%58.43%-
HSV(B)340.31º35.36%70.98%-
XYZ3024.3827.17-
YUV138.53127.7158.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=41.51%
G=26.83%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111713800.350.240.29340.3130.1958.43
HexB5758A023181D1541e3a
Octal26516521204330355243672
Binary101101011110101100010100100011110001110110101010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5758A; }

 p { color: rgb(181,117,138); }

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

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

 a { background-color: rgb(181,117,138); }

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

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

 span { border-color: rgb(181,117,138); }

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