#B57583

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

Shades of Tapestry #B57583

Tints of Tapestry #B57583

Color information

#B57583 (or 0xB57583) is unknown color: approx Tapestry. HEX triplet: B5, 75 and 83. RGB value is (181,117,131). Sum of RGB (Red+Green+Blue) = 181+117+131=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57583 is #4A8A7C. Grayscale: #898989. Windows color (decimal): -4885117 or 8615349. OLE color: 8615349.

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

Color convert

RGB181117131-
CMYK00.350.280.29
HSL346.88º30.19%58.43%-
HSV(B)346.88º35.36%70.98%-
XYZ29.5124.1924.59-
YUV137.73124.2158.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=42.19%
G=27.27%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111713100.350.280.29346.8830.1958.43
HexB575830231C1D15b1e3a
Octal26516520304334355333672
Binary101101011110101100000110100011111001110110101101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57583; }

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

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

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

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

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

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

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

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