#B57893

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

Shades of Tapestry #B57893

Tints of Tapestry #B57893

Color information

#B57893 (or 0xB57893) is unknown color: approx Tapestry. HEX triplet: B5, 78 and 93. RGB value is (181,120,147). Sum of RGB (Red+Green+Blue) = 181+120+147=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57893 is #4A876C. Grayscale: #8D8D8D. Windows color (decimal): -4884333 or 9664693. OLE color: 9664693.

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

Color convert

RGB181120147-
CMYK00.340.190.29
HSL333.44º29.19%59.02%-
HSV(B)333.44º33.7%70.98%-
XYZ31.0425.3630.86-
YUV141.32131.21156.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=40.40%
G=26.79%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112014700.340.190.29333.4429.1959.02
HexB57893022131D14d1d3b
Octal26517022304223355153573
Binary101101011111000100100110100010100111110110100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57893; }

 p { color: rgb(181,120,147); }

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

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

 a { background-color: rgb(181,120,147); }

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

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

 span { border-color: rgb(181,120,147); }

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