#B57690

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

Shades of Tapestry #B57690

Tints of Tapestry #B57690

Color information

#B57690 (or 0xB57690) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 90. RGB value is (181,118,144). Sum of RGB (Red+Green+Blue) = 181+118+144=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57690 is #4A896F. Grayscale: #8B8B8B. Windows color (decimal): -4884848 or 9467573. OLE color: 9467573.

HSL color Cylindrical-coordinate representation of color #B57690: hue angle of 335.24º 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 #B57690 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB181118144-
CMYK00.350.200.29
HSL335.24º29.86%58.63%-
HSV(B)335.24º34.81%70.98%-
XYZ30.5724.7929.56-
YUV139.8130.37157.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=40.86%
G=26.64%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111814400.350.200.29335.2429.8658.63
HexB57690023141D14f1e3b
Octal26516622004324355173673
Binary101101011110110100100000100011101001110110100111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57690; }

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

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

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

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

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

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

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

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