#B57692

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

Shades of Tapestry #B57692

Tints of Tapestry #B57692

Color information

#B57692 (or 0xB57692) is unknown color: approx Tapestry. HEX triplet: B5, 76 and 92. RGB value is (181,118,146). Sum of RGB (Red+Green+Blue) = 181+118+146=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B57692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57692 is #4A896D. Grayscale: #8B8B8B. Windows color (decimal): -4884846 or 9598645. OLE color: 9598645.

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

Color convert

RGB181118146-
CMYK00.350.190.29
HSL333.33º29.86%58.63%-
HSV(B)333.33º34.81%70.98%-
XYZ30.7224.8630.37-
YUV140.03131.37157.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=40.67%
G=26.52%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111814600.350.190.29333.3329.8658.63
HexB57692023131D14d1e3b
Octal26516622204323355153673
Binary101101011110110100100100100011100111110110100110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57692; }

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

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

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

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

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

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

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

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