#B47F84

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

Shades of Tapestry #B47F84

Tints of Tapestry #B47F84

Color information

#B47F84 (or 0xB47F84) is unknown color: approx Tapestry. HEX triplet: B4, 7F and 84. RGB value is (180,127,132). Sum of RGB (Red+Green+Blue) = 180+127+132=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F84 is #4B807B. Grayscale: #8F8F8F. Windows color (decimal): -4948092 or 8683444. OLE color: 8683444.

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

Color convert

RGB180127132-
CMYK00.290.270.29
HSL354.34º26.11%60.2%-
HSV(B)354.34º29.44%70.59%-
XYZ30.5826.5525.34-
YUV143.42121.56154.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=41.00%
G=28.93%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012713200.290.270.29354.3426.1160.2
HexB47F8401D1B1D1621a3c
Octal26417720403533355423274
Binary10110100111111110000100011101110111110110110001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F84; }

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

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

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

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

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

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

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

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