#B47D86

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

Shades of Tapestry #B47D86

Tints of Tapestry #B47D86

Color information

#B47D86 (or 0xB47D86) is unknown color: approx Tapestry. HEX triplet: B4, 7D and 86. RGB value is (180,125,134). Sum of RGB (Red+Green+Blue) = 180+125+134=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47D86 is #4B8279. Grayscale: #8E8E8E. Windows color (decimal): -4948602 or 8814004. OLE color: 8814004.

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

Color convert

RGB180125134-
CMYK00.310.260.29
HSL350.18º26.83%59.8%-
HSV(B)350.18º30.56%70.59%-
XYZ30.4626.0925.99-
YUV142.47123.22154.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=41.00%
G=28.47%
B=30.52%

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
Decimal18012513400.310.260.29350.1826.8359.8
HexB47D8601F1A1D15e1b3c
Octal26417520603732355363374
Binary10110100111110110000110011111110101110110101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D86; }

 p { color: rgb(180,125,134); }

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

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

 a { background-color: rgb(180,125,134); }

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

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

 span { border-color: rgb(180,125,134); }

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