#B47982

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

Shades of Tapestry #B47982

Tints of Tapestry #B47982

Color information

#B47982 (or 0xB47982) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 82. RGB value is (180,121,130). Sum of RGB (Red+Green+Blue) = 180+121+130=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B47982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47982 is #4B867D. Grayscale: #8B8B8B. Windows color (decimal): -4949630 or 8550836. OLE color: 8550836.

HSL color Cylindrical-coordinate representation of color #B47982: hue angle of 350.85º 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 #B47982 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180121130-
CMYK00.330.280.29
HSL350.85º28.23%59.02%-
HSV(B)350.85º32.78%70.59%-
XYZ29.6924.9924.38-
YUV139.67122.55156.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=41.76%
G=28.07%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012113000.330.280.29350.8528.2359.02
HexB479820211C1D15f1c3b
Octal26417120204134355373473
Binary101101001111001100000100100001111001110110101111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47982; }

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

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

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

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

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

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

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

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