#B57B88

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

Shades of Tapestry #B57B88

Tints of Tapestry #B57B88

Color information

#B57B88 (or 0xB57B88) is unknown color: approx Tapestry. HEX triplet: B5, 7B and 88. RGB value is (181,123,136). Sum of RGB (Red+Green+Blue) = 181+123+136=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B88 is #4A8477. Grayscale: #8D8D8D. Windows color (decimal): -4883576 or 8944565. OLE color: 8944565.

HSL color Cylindrical-coordinate representation of color #B57B88: hue angle of 346.55º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57B88 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181123136-
CMYK00.320.250.29
HSL346.55º28.16%59.61%-
HSV(B)346.55º32.04%70.98%-
XYZ30.5825.7726.65-
YUV141.82124.72155.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=41.14%
G=27.95%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112313600.320.250.29346.5528.1659.61
HexB57B88020191D15b1c3c
Octal26517321004031355333474
Binary101101011111011100010000100000110011110110101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B88; }

 p { color: rgb(181,123,136); }

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

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

 a { background-color: rgb(181,123,136); }

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

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

 span { border-color: rgb(181,123,136); }

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