#B47481

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

Shades of Tapestry #B47481

Tints of Tapestry #B47481

Color information

#B47481 (or 0xB47481) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 81. RGB value is (180,116,129). Sum of RGB (Red+Green+Blue) = 180+116+129=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B47481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47481 is #4B8B7E. Grayscale: #888888. Windows color (decimal): -4950911 or 8484020. OLE color: 8484020.

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

Color convert

RGB180116129-
CMYK00.360.280.29
HSL347.81º29.91%58.04%-
HSV(B)347.81º35.56%70.59%-
XYZ29.0323.7823.83-
YUV136.62123.7158.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=42.35%
G=27.29%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011612900.360.280.29347.8129.9158.04
HexB474810241C1D15c1e3a
Octal26416420104434355343672
Binary101101001110100100000010100100111001110110101110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47481; }

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

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

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

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

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

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

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

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