#B47C85

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

Shades of Tapestry #B47C85

Tints of Tapestry #B47C85

Color information

#B47C85 (or 0xB47C85) is unknown color: approx Tapestry. HEX triplet: B4, 7C and 85. RGB value is (180,124,133). Sum of RGB (Red+Green+Blue) = 180+124+133=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C85 is #4B837A. Grayscale: #8D8D8D. Windows color (decimal): -4948859 or 8748212. OLE color: 8748212.

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

Color convert

RGB180124133-
CMYK00.310.260.29
HSL350.36º27.18%59.61%-
HSV(B)350.36º31.11%70.59%-
XYZ30.2625.8125.58-
YUV141.77123.05155.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=41.19%
G=28.38%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012413300.310.260.29350.3627.1859.61
HexB47C8501F1A1D15e1b3c
Octal26417420503732355363374
Binary10110100111110010000101011111110101110110101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C85; }

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

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

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

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

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

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

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

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