#B57F92

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

Shades of Tapestry #B57F92

Tints of Tapestry #B57F92

Color information

#B57F92 (or 0xB57F92) is unknown color: approx Tapestry. HEX triplet: B5, 7F and 92. RGB value is (181,127,146). Sum of RGB (Red+Green+Blue) = 181+127+146=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F92 is #4A806D. Grayscale: #919191. Windows color (decimal): -4882542 or 9600949. OLE color: 9600949.

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

Color convert

RGB181127146-
CMYK00.300.190.29
HSL338.89º26.73%60.39%-
HSV(B)338.89º29.83%70.98%-
XYZ31.8327.0830.74-
YUV145.31128.39153.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=39.87%
G=27.97%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112714600.300.190.29338.8926.7360.39
HexB57F9201E131D1531b3c
Octal26517722203623355233374
Binary10110101111111110010010011110100111110110101001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F92; }

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

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

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

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

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

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

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

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