#B47781

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

Shades of Tapestry #B47781

Tints of Tapestry #B47781

Color information

#B47781 (or 0xB47781) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 81. RGB value is (180,119,129). Sum of RGB (Red+Green+Blue) = 180+119+129=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47781 is #4B887E. Grayscale: #8A8A8A. Windows color (decimal): -4950143 or 8484788. OLE color: 8484788.

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

Color convert

RGB180119129-
CMYK00.340.280.29
HSL350.16º28.91%58.63%-
HSV(B)350.16º33.89%70.59%-
XYZ29.3824.4823.95-
YUV138.38122.71157.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 119 (46.88% from 255) = 27.80%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=42.06%
G=27.80%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011912900.340.280.29350.1628.9158.63
HexB477810221C1D15e1d3b
Octal26416720104234355363573
Binary101101001110111100000010100010111001110110101111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47781; }

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

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

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

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

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

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

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

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