#B57882

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

Shades of Tapestry #B57882

Tints of Tapestry #B57882

Color information

#B57882 (or 0xB57882) is unknown color: approx Tapestry. HEX triplet: B5, 78 and 82. RGB value is (181,120,130). Sum of RGB (Red+Green+Blue) = 181+120+130=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57882 is #4A877D. Grayscale: #8B8B8B. Windows color (decimal): -4884350 or 8550581. OLE color: 8550581.

HSL color Cylindrical-coordinate representation of color #B57882: hue angle of 350.16º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57882 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB181120130-
CMYK00.340.280.29
HSL350.16º29.19%59.02%-
HSV(B)350.16º33.7%70.98%-
XYZ29.824.8724.35-
YUV139.38122.71157.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=42.00%
G=27.84%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112013000.340.280.29350.1629.1959.02
HexB578820221C1D15e1d3b
Octal26517020204234355363573
Binary101101011111000100000100100010111001110110101111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57882; }

 p { color: rgb(181,120,130); }

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

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

 a { background-color: rgb(181,120,130); }

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

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

 span { border-color: rgb(181,120,130); }

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