#B47581

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

Shades of Tapestry #B47581

Tints of Tapestry #B47581

Color information

#B47581 (or 0xB47581) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 81. RGB value is (180,117,129). Sum of RGB (Red+Green+Blue) = 180+117+129=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47581 is #4B8A7E. Grayscale: #898989. Windows color (decimal): -4950655 or 8484276. OLE color: 8484276.

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

Color convert

RGB180117129-
CMYK00.350.280.29
HSL348.57º29.58%58.24%-
HSV(B)348.57º35%70.59%-
XYZ29.1524.0123.87-
YUV137.2123.37158.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=42.25%
G=27.46%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011712900.350.280.29348.5729.5858.24
HexB475810231C1D15d1e3a
Octal26416520104334355353672
Binary101101001110101100000010100011111001110110101110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47581; }

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

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

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

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

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

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

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

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