#B5757F

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

Shades of Tapestry #B5757F

Tints of Tapestry #B5757F

Color information

#B5757F (or 0xB5757F) is unknown color: approx Tapestry. HEX triplet: B5, 75 and 7F. RGB value is (181,117,127). Sum of RGB (Red+Green+Blue) = 181+117+127=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5757F is #4A8A80. Grayscale: #898989. Windows color (decimal): -4885121 or 8353205. OLE color: 8353205.

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

Color convert

RGB181117127-
CMYK00.350.300.29
HSL350.62º30.19%58.43%-
HSV(B)350.62º35.36%70.98%-
XYZ29.2524.0823.18-
YUV137.28122.2159.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 127 (50% from 255) = 29.88%
R=42.59%
G=27.53%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111712700.350.300.29350.6230.1958.43
HexB5757F0231E1D15f1e3a
Octal26516517704336355373672
Binary10110101111010111111110100011111101110110101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5757F; }

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

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

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

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

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

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

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

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