#B47392

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

Shades of Tapestry #B47392

Tints of Tapestry #B47392

Color information

#B47392 (or 0xB47392) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 92. RGB value is (180,115,146). Sum of RGB (Red+Green+Blue) = 180+115+146=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47392 is #4B8C6D. Grayscale: #898989. Windows color (decimal): -4951150 or 9597876. OLE color: 9597876.

HSL color Cylindrical-coordinate representation of color #B47392: hue angle of 331.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47392 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB180115146-
CMYK00.360.190.29
HSL331.38º30.23%57.84%-
HSV(B)331.38º36.11%70.59%-
XYZ30.1424.0430.25-
YUV137.97132.53157.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 115 (45.31% from 255) = 26.08%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=40.82%
G=26.08%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011514600.360.190.29331.3830.2357.84
HexB47392024131D14b1e3a
Octal26416322204423355133672
Binary101101001110011100100100100100100111110110100101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47392; }

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

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

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

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

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

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

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

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