#B47080

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

Shades of Tapestry #B47080

Tints of Tapestry #B47080

Color information

#B47080 (or 0xB47080) is unknown color: approx Tapestry. HEX triplet: B4, 70 and 80. RGB value is (180,112,128). Sum of RGB (Red+Green+Blue) = 180+112+128=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47080 is #4B8F7F. Grayscale: #868686. Windows color (decimal): -4951936 or 8417460. OLE color: 8417460.

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

Color convert

RGB180112128-
CMYK00.380.290.29
HSL345.88º31.19%57.25%-
HSV(B)345.88º37.78%70.59%-
XYZ28.5122.8523.33-
YUV134.16124.53160.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=42.86%
G=26.67%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011212800.380.290.29345.8831.1957.25
HexB470800261D1D15a1f39
Octal26416020004635355323771
Binary101101001110000100000000100110111011110110101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47080; }

 p { color: rgb(180,112,128); }

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

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

 a { background-color: rgb(180,112,128); }

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

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

 span { border-color: rgb(180,112,128); }

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