#B57382

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

Shades of Tapestry #B57382

Tints of Tapestry #B57382

Color information

#B57382 (or 0xB57382) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 82. RGB value is (181,115,130). Sum of RGB (Red+Green+Blue) = 181+115+130=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57382 is #4A8C7D. Grayscale: #888888. Windows color (decimal): -4885630 or 8549301. OLE color: 8549301.

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

Color convert

RGB181115130-
CMYK00.360.280.29
HSL346.36º30.84%58.04%-
HSV(B)346.36º36.46%70.98%-
XYZ29.2223.724.15-
YUV136.44124.37159.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=42.49%
G=27.00%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111513000.360.280.29346.3630.8458.04
HexB573820241C1D15a1f3a
Octal26516320204434355323772
Binary101101011110011100000100100100111001110110101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57382; }

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

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

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

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

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

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

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

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