#B47287

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

Shades of Tapestry #B47287

Tints of Tapestry #B47287

Color information

#B47287 (or 0xB47287) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 87. RGB value is (180,114,135). Sum of RGB (Red+Green+Blue) = 180+114+135=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47287 is #4B8D78. Grayscale: #888888. Windows color (decimal): -4951417 or 8876724. OLE color: 8876724.

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

Color convert

RGB180114135-
CMYK00.370.250.29
HSL340.91º30.56%57.65%-
HSV(B)340.91º36.67%70.59%-
XYZ29.2123.4925.92-
YUV136.13127.37159.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=41.96%
G=26.57%
B=31.47%

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
Decimal18011413500.370.250.29340.9130.5657.65
HexB47287025191D1551f3a
Octal26416220704531355253772
Binary101101001110010100001110100101110011110110101010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47287; }

 p { color: rgb(180,114,135); }

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

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

 a { background-color: rgb(180,114,135); }

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

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

 span { border-color: rgb(180,114,135); }

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