#B46E8E

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

Shades of Tapestry #B46E8E

Tints of Tapestry #B46E8E

Color information

#B46E8E (or 0xB46E8E) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 8E. RGB value is (180,110,142). Sum of RGB (Red+Green+Blue) = 180+110+142=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E8E is #4B9171. Grayscale: #868686. Windows color (decimal): -4952434 or 9334452. OLE color: 9334452.

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

Color convert

RGB180110142-
CMYK00.390.210.29
HSL332.57º31.82%56.86%-
HSV(B)332.57º38.89%70.59%-
XYZ29.2822.8128.45-
YUV134.58132.19160.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=41.67%
G=25.46%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011014200.390.210.29332.5731.8256.86
HexB46E8E027151D14d2039
Octal26415621604725355154071
Binary1011010011011101000111001001111010111101101001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E8E; }

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

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

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

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

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

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

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

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