#B47492

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

Shades of Tapestry #B47492

Tints of Tapestry #B47492

Color information

#B47492 (or 0xB47492) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 92. RGB value is (180,116,146). Sum of RGB (Red+Green+Blue) = 180+116+146=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47492 is #4B8B6D. Grayscale: #8A8A8A. Windows color (decimal): -4950894 or 9598132. OLE color: 9598132.

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

Color convert

RGB180116146-
CMYK00.360.190.29
HSL331.88º29.91%58.04%-
HSV(B)331.88º35.56%70.59%-
XYZ30.2624.2730.28-
YUV138.56132.2157.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 116 (45.70% from 255) = 26.24%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=40.72%
G=26.24%
B=33.03%

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
Decimal18011614600.360.190.29331.8829.9158.04
HexB47492024131D14c1e3a
Octal26416422204423355143672
Binary101101001110100100100100100100100111110110100110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47492; }

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

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

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

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

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

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

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

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