#B47484

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

Shades of Tapestry #B47484

Tints of Tapestry #B47484

Color information

#B47484 (or 0xB47484) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 84. RGB value is (180,116,132). Sum of RGB (Red+Green+Blue) = 180+116+132=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47484 is #4B8B7B. Grayscale: #888888. Windows color (decimal): -4950908 or 8680628. OLE color: 8680628.

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

Color convert

RGB180116132-
CMYK00.360.270.29
HSL345º29.91%58.04%-
HSV(B)345º35.56%70.59%-
XYZ29.2323.8624.89-
YUV136.96125.2158.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=42.06%
G=27.10%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011613200.360.270.2934529.9158.04
HexB474840241B1D1591e3a
Octal26416420404433355313672
Binary101101001110100100001000100100110111110110101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47484; }

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

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

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

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

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

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

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

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