#B57288

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

Shades of Tapestry #B57288

Tints of Tapestry #B57288

Color information

#B57288 (or 0xB57288) is unknown color: approx Tapestry. HEX triplet: B5, 72 and 88. RGB value is (181,114,136). Sum of RGB (Red+Green+Blue) = 181+114+136=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57288 is #4A8D77. Grayscale: #888888. Windows color (decimal): -4885880 or 8942261. OLE color: 8942261.

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

Color convert

RGB181114136-
CMYK00.370.250.29
HSL340.3º31.16%57.84%-
HSV(B)340.3º37.02%70.98%-
XYZ29.5223.6426.3-
YUV136.54127.7159.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=42.00%
G=26.45%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111413600.370.250.29340.331.1657.84
HexB57288025191D1541f3a
Octal26516221004531355243772
Binary101101011110010100010000100101110011110110101010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57288; }

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

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

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

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

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

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

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

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