#B57084

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

Shades of Tapestry #B57084

Tints of Tapestry #B57084

Color information

#B57084 (or 0xB57084) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 84. RGB value is (181,112,132). Sum of RGB (Red+Green+Blue) = 181+112+132=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B57084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57084 is #4A8F7B. Grayscale: #868686. Windows color (decimal): -4886396 or 8679605. OLE color: 8679605.

HSL color Cylindrical-coordinate representation of color #B57084: hue angle of 342.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57084 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB181112132-
CMYK00.380.270.29
HSL342.61º31.8%57.45%-
HSV(B)342.61º38.12%70.98%-
XYZ29.0223.0824.76-
YUV134.91126.36160.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=42.59%
G=26.35%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111213200.380.270.29342.6131.857.45
HexB570840261B1D1572039
Octal26516020404633355274071
Binary1011010111100001000010001001101101111101101010111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57084; }

 p { color: rgb(181,112,132); }

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

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

 a { background-color: rgb(181,112,132); }

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

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

 span { border-color: rgb(181,112,132); }

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