#B47F8C

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

Shades of Tapestry #B47F8C

Tints of Tapestry #B47F8C

Color information

#B47F8C (or 0xB47F8C) is unknown color: approx Tapestry. HEX triplet: B4, 7F and 8C. RGB value is (180,127,140). Sum of RGB (Red+Green+Blue) = 180+127+140=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F8C is #4B8073. Grayscale: #909090. Windows color (decimal): -4948084 or 9207732. OLE color: 9207732.

HSL color Cylindrical-coordinate representation of color #B47F8C: hue angle of 345.28º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B47F8C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180127140-
CMYK00.290.220.29
HSL345.28º26.11%60.2%-
HSV(B)345.28º29.44%70.59%-
XYZ31.1526.7828.34-
YUV144.33125.56153.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=40.27%
G=28.41%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012714000.290.220.29345.2826.1160.2
HexB47F8C01D161D1591a3c
Octal26417721403526355313274
Binary10110100111111110001100011101101101110110101100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F8C; }

 p { color: rgb(180,127,140); }

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

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

 a { background-color: rgb(180,127,140); }

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

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

 span { border-color: rgb(180,127,140); }

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