#B47792

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

Shades of Tapestry #B47792

Tints of Tapestry #B47792

Color information

#B47792 (or 0xB47792) is unknown color: approx Tapestry. HEX triplet: B4, 77 and 92. RGB value is (180,119,146). Sum of RGB (Red+Green+Blue) = 180+119+146=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47792 is #4B886D. Grayscale: #8C8C8C. Windows color (decimal): -4950126 or 9598900. OLE color: 9598900.

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

Color convert

RGB180119146-
CMYK00.340.190.29
HSL333.44º28.91%58.63%-
HSV(B)333.44º33.89%70.59%-
XYZ30.6124.9730.4-
YUV140.32131.21156.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=40.45%
G=26.74%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011914600.340.190.29333.4428.9158.63
HexB47792022131D14d1d3b
Octal26416722204223355153573
Binary101101001110111100100100100010100111110110100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47792; }

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

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

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

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

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

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

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

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