#B47B8E

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

Shades of Tapestry #B47B8E

Tints of Tapestry #B47B8E

Color information

#B47B8E (or 0xB47B8E) is unknown color: approx Tapestry. HEX triplet: B4, 7B and 8E. RGB value is (180,123,142). Sum of RGB (Red+Green+Blue) = 180+123+142=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B8E is #4B8471. Grayscale: #8E8E8E. Windows color (decimal): -4949106 or 9337780. OLE color: 9337780.

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

Color convert

RGB180123142-
CMYK00.320.210.29
HSL340º27.54%59.41%-
HSV(B)340º31.67%70.59%-
XYZ30.7925.8228.95-
YUV142.21127.88154.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=40.45%
G=27.64%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012314200.320.210.2934027.5459.41
HexB47B8E020151D1541c3b
Octal26417321604025355243473
Binary101101001111011100011100100000101011110110101010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B8E; }

 p { color: rgb(180,123,142); }

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

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

 a { background-color: rgb(180,123,142); }

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

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

 span { border-color: rgb(180,123,142); }

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