#B57A92

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

Shades of Tapestry #B57A92

Tints of Tapestry #B57A92

Color information

#B57A92 (or 0xB57A92) is unknown color: approx Tapestry. HEX triplet: B5, 7A and 92. RGB value is (181,122,146). Sum of RGB (Red+Green+Blue) = 181+122+146=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A92 is #4A856D. Grayscale: #8E8E8E. Windows color (decimal): -4883822 or 9599669. OLE color: 9599669.

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

Color convert

RGB181122146-
CMYK00.330.190.29
HSL335.59º28.5%59.41%-
HSV(B)335.59º32.6%70.98%-
XYZ31.225.8230.53-
YUV142.38130.05155.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=40.31%
G=27.17%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112214600.330.190.29335.5928.559.41
HexB57A92021131D1501d3b
Octal26517222204123355203573
Binary101101011111010100100100100001100111110110101000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A92; }

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

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

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

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

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

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

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

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