#B47690

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

Shades of Tapestry #B47690

Tints of Tapestry #B47690

Color information

#B47690 (or 0xB47690) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 90. RGB value is (180,118,144). Sum of RGB (Red+Green+Blue) = 180+118+144=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47690 is #4B896F. Grayscale: #8B8B8B. Windows color (decimal): -4950384 or 9467572. OLE color: 9467572.

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

Color convert

RGB180118144-
CMYK00.340.20.29
HSL334.84º29.25%58.43%-
HSV(B)334.84º34.44%70.59%-
XYZ30.3324.6729.55-
YUV139.5130.54156.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=40.72%
G=26.70%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011814400.340.20.29334.8429.2558.43
HexB47690022141D14f1d3a
Octal26416622004224355173572
Binary101101001110110100100000100010101001110110100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47690; }

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

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

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

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

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

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

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

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