#B47A81

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

Shades of Tapestry #B47A81

Tints of Tapestry #B47A81

Color information

#B47A81 (or 0xB47A81) is unknown color: approx Tapestry. HEX triplet: B4, 7A and 81. RGB value is (180,122,129). Sum of RGB (Red+Green+Blue) = 180+122+129=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A81 is #4B857E. Grayscale: #8C8C8C. Windows color (decimal): -4949375 or 8485556. OLE color: 8485556.

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

Color convert

RGB180122129-
CMYK00.320.280.29
HSL352.76º27.88%59.22%-
HSV(B)352.76º32.22%70.59%-
XYZ29.7425.2124.07-
YUV140.14121.72156.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=41.76%
G=28.31%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012212900.320.280.29352.7627.8859.22
HexB47A810201C1D1611c3b
Octal26417220104034355413473
Binary101101001111010100000010100000111001110110110000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A81; }

 p { color: rgb(180,122,129); }

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

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

 a { background-color: rgb(180,122,129); }

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

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

 span { border-color: rgb(180,122,129); }

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