#B47187

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

Shades of Tapestry #B47187

Tints of Tapestry #B47187

Color information

#B47187 (or 0xB47187) is unknown color: approx Tapestry. HEX triplet: B4, 71 and 87. RGB value is (180,113,135). Sum of RGB (Red+Green+Blue) = 180+113+135=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47187 is #4B8E78. Grayscale: #878787. Windows color (decimal): -4951673 or 8876468. OLE color: 8876468.

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

Color convert

RGB180113135-
CMYK00.370.250.29
HSL340.3º30.88%57.45%-
HSV(B)340.3º37.22%70.59%-
XYZ29.123.2625.88-
YUV135.54127.7159.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 113 (44.53% from 255) = 26.40%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=42.06%
G=26.40%
B=31.54%

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
Decimal18011313500.370.250.29340.330.8857.45
HexB47187025191D1541f39
Octal26416120704531355243771
Binary101101001110001100001110100101110011110110101010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47187; }

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

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

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

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

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

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

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

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