#b57286

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

Shades of Tapestry #B57286

Tints of Tapestry #B57286

Color information

#B57286 (or 0xB57286) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 86. RGB value is (181,114,134). Sum of RGB (Red+Green+Blue) = 181+114+134=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57286 is #4A8D79. Grayscale: #888888. Windows color (decimal): -4885882 or 8811189. OLE color: 8811189.

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

Color convert

RGB181114134-
CMYK00.370.260.29
HSL342.09º31.16%57.84%-
HSV(B)342.09º37.02%70.98%-
XYZ29.3823.5825.56-
YUV136.31126.7159.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=42.19%
G=26.57%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111413400.370.260.29342.0931.1657.84
HexB572860251A1D1561f3a
Octal26516220604532355263772
Binary101101011110010100001100100101110101110110101011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57286; }

 p { color: rgb(181,114,134); }

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

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

 a { background-color: rgb(181,114,134); }

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

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

 span { border-color: rgb(181,114,134); }

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