#B57689

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

Shades of Tapestry #B57689

Tints of Tapestry #B57689

Color information

#B57689 (or 0xB57689) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 89. RGB value is (181,118,137). Sum of RGB (Red+Green+Blue) = 181+118+137=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B57689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57689 is #4A8976. Grayscale: #8A8A8A. Windows color (decimal): -4884855 or 9008821. OLE color: 9008821.

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

Color convert

RGB181118137-
CMYK00.350.240.29
HSL341.9º29.86%58.63%-
HSV(B)341.9º34.81%70.98%-
XYZ30.0524.5926.83-
YUV139126.87157.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=41.51%
G=27.06%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111813700.350.240.29341.929.8658.63
HexB57689023181D1561e3b
Octal26516621104330355263673
Binary101101011110110100010010100011110001110110101011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57689; }

 p { color: rgb(181,118,137); }

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

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

 a { background-color: rgb(181,118,137); }

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

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

 span { border-color: rgb(181,118,137); }

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