#B47793

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

Shades of Tapestry #B47793

Tints of Tapestry #B47793

Color information

#B47793 (or 0xB47793) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 93. RGB value is (180,119,147). Sum of RGB (Red+Green+Blue) = 180+119+147=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B47793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47793 is #4B886C. Grayscale: #8C8C8C. Windows color (decimal): -4950125 or 9664436. OLE color: 9664436.

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

Color convert

RGB180119147-
CMYK00.340.180.29
HSL332.46º28.91%58.63%-
HSV(B)332.46º33.89%70.59%-
XYZ30.692530.81-
YUV140.43131.71156.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=40.36%
G=26.68%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011914700.340.180.29332.4628.9158.63
HexB47793022121D14c1d3b
Octal26416722304222355143573
Binary101101001110111100100110100010100101110110100110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47793; }

 p { color: rgb(180,119,147); }

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

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

 a { background-color: rgb(180,119,147); }

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

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

 span { border-color: rgb(180,119,147); }

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