#B47592

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

Shades of Tapestry #B47592

Tints of Tapestry #B47592

Color information

#B47592 (or 0xB47592) is unknown color: approx Tapestry. HEX triplet: B4, 75 and 92. RGB value is (180,117,146). Sum of RGB (Red+Green+Blue) = 180+117+146=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B47592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47592 is #4B8A6D. Grayscale: #8B8B8B. Windows color (decimal): -4950638 or 9598388. OLE color: 9598388.

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

Color convert

RGB180117146-
CMYK00.350.190.29
HSL332.38º29.58%58.24%-
HSV(B)332.38º35%70.59%-
XYZ30.3724.530.32-
YUV139.14131.87157.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=40.63%
G=26.41%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011714600.350.190.29332.3829.5858.24
HexB47592023131D14c1e3a
Octal26416522204323355143672
Binary101101001110101100100100100011100111110110100110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47592; }

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

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

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

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

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

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

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

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