#B57B91

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

Shades of Tapestry #B57B91

Tints of Tapestry #B57B91

Color information

#B57B91 (or 0xB57B91) is unknown color: approx Tapestry. HEX triplet: B5, 7B and 91. RGB value is (181,123,145). Sum of RGB (Red+Green+Blue) = 181+123+145=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B91 is #4A846E. Grayscale: #8E8E8E. Windows color (decimal): -4883567 or 9534389. OLE color: 9534389.

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

Color convert

RGB181123145-
CMYK00.320.200.29
HSL337.24º28.16%59.61%-
HSV(B)337.24º32.04%70.98%-
XYZ31.2526.0330.17-
YUV142.85129.22155.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 145 (57.03% from 255) = 32.29%
R=40.31%
G=27.39%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112314500.320.200.29337.2428.1659.61
HexB57B91020141D1511c3c
Octal26517322104024355213474
Binary101101011111011100100010100000101001110110101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B91; }

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

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

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

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

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

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

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

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