#B46E8A

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

Shades of Tapestry #B46E8A

Tints of Tapestry #B46E8A

Color information

#B46E8A (or 0xB46E8A) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 8A. RGB value is (180,110,138). Sum of RGB (Red+Green+Blue) = 180+110+138=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E8A is #4B9175. Grayscale: #868686. Windows color (decimal): -4952438 or 9072308. OLE color: 9072308.

HSL color Cylindrical-coordinate representation of color #B46E8A: hue angle of 336º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46E8A is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB180110138-
CMYK00.390.230.29
HSL336º31.82%56.86%-
HSV(B)336º38.89%70.59%-
XYZ28.9922.6926.9-
YUV134.12130.19160.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=42.06%
G=25.70%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011013800.390.230.2933631.8256.86
HexB46E8A027171D1502039
Octal26415621204727355204071
Binary1011010011011101000101001001111011111101101010000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E8A; }

 p { color: rgb(180,110,138); }

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

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

 a { background-color: rgb(180,110,138); }

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

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

 span { border-color: rgb(180,110,138); }

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