#B47F83

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

Shades of Tapestry #B47F83

Tints of Tapestry #B47F83

Color information

#B47F83 (or 0xB47F83) is unknown color: approx Tapestry. HEX triplet: B4, 7F and 83. RGB value is (180,127,131). Sum of RGB (Red+Green+Blue) = 180+127+131=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F83 is #4B807C. Grayscale: #8F8F8F. Windows color (decimal): -4948093 or 8617908. OLE color: 8617908.

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

Color convert

RGB180127131-
CMYK00.290.270.29
HSL355.47º26.11%60.2%-
HSV(B)355.47º29.44%70.59%-
XYZ30.5126.5224.98-
YUV143.3121.06154.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 131 (51.56% from 255) = 29.91%
R=41.10%
G=29.00%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012713100.290.270.29355.4726.1160.2
HexB47F8301D1B1D1631a3c
Octal26417720303533355433274
Binary10110100111111110000011011101110111110110110001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F83; }

 p { color: rgb(180,127,131); }

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

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

 a { background-color: rgb(180,127,131); }

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

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

 span { border-color: rgb(180,127,131); }

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