#B47285

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

Shades of Tapestry #B47285

Tints of Tapestry #B47285

Color information

#B47285 (or 0xB47285) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 85. RGB value is (180,114,133). Sum of RGB (Red+Green+Blue) = 180+114+133=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B47285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47285 is #4B8D7A. Grayscale: #878787. Windows color (decimal): -4951419 or 8745652. OLE color: 8745652.

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

Color convert

RGB180114133-
CMYK00.370.260.29
HSL342.73º30.56%57.65%-
HSV(B)342.73º36.67%70.59%-
XYZ29.0723.4325.18-
YUV135.9126.37159.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=42.15%
G=26.70%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011413300.370.260.29342.7330.5657.65
HexB472850251A1D1571f3a
Octal26416220504532355273772
Binary101101001110010100001010100101110101110110101011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47285; }

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

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

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

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

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

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

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

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