#B47985

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

Shades of Tapestry #B47985

Tints of Tapestry #B47985

Color information

#B47985 (or 0xB47985) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 85. RGB value is (180,121,133). Sum of RGB (Red+Green+Blue) = 180+121+133=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B47985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47985 is #4B867A. Grayscale: #8C8C8C. Windows color (decimal): -4949627 or 8747444. OLE color: 8747444.

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

Color convert

RGB180121133-
CMYK00.330.260.29
HSL347.8º28.23%59.02%-
HSV(B)347.8º32.78%70.59%-
XYZ29.8925.0725.45-
YUV140.01124.05156.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=41.47%
G=27.88%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012113300.330.260.29347.828.2359.02
HexB479850211A1D15c1c3b
Octal26417120504132355343473
Binary101101001111001100001010100001110101110110101110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47985; }

 p { color: rgb(180,121,133); }

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

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

 a { background-color: rgb(180,121,133); }

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

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

 span { border-color: rgb(180,121,133); }

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