#B57994

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

Shades of Tapestry #B57994

Tints of Tapestry #B57994

Color information

#B57994 (or 0xB57994) is unknown color: approx Tapestry. HEX triplet: B5, 79 and 94. RGB value is (181,121,148). Sum of RGB (Red+Green+Blue) = 181+121+148=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57994 is #4A866B. Grayscale: #8D8D8D. Windows color (decimal): -4884076 or 9730485. OLE color: 9730485.

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

Color convert

RGB181121148-
CMYK00.330.180.29
HSL333º28.85%59.22%-
HSV(B)333º33.15%70.98%-
XYZ31.2425.6431.32-
YUV142.02131.38155.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 148 (58.20% from 255) = 32.89%
R=40.22%
G=26.89%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112114800.330.180.2933328.8559.22
HexB57994021121D14d1d3b
Octal26517122404122355153573
Binary101101011111001100101000100001100101110110100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57994; }

 p { color: rgb(181,121,148); }

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

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

 a { background-color: rgb(181,121,148); }

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

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

 span { border-color: rgb(181,121,148); }

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