#B47692

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

Shades of Tapestry #B47692

Tints of Tapestry #B47692

Color information

#B47692 (or 0xB47692) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 92. RGB value is (180,118,146). Sum of RGB (Red+Green+Blue) = 180+118+146=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B47692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47692 is #4B896D. Grayscale: #8B8B8B. Windows color (decimal): -4950382 or 9598644. OLE color: 9598644.

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

Color convert

RGB180118146-
CMYK00.340.190.29
HSL332.9º29.25%58.43%-
HSV(B)332.9º34.44%70.59%-
XYZ30.4924.7430.36-
YUV139.73131.54156.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 146 (57.42% from 255) = 32.88%
R=40.54%
G=26.58%
B=32.88%

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
Decimal18011814600.340.190.29332.929.2558.43
HexB47692022131D14d1d3a
Octal26416622204223355153572
Binary101101001110110100100100100010100111110110100110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47692; }

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

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

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

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

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

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

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

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