#B46E81

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

Shades of Tapestry #B46E81

Tints of Tapestry #B46E81

Color information

#B46E81 (or 0xB46E81) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 81. RGB value is (180,110,129). Sum of RGB (Red+Green+Blue) = 180+110+129=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E81 is #4B917E. Grayscale: #858585. Windows color (decimal): -4952447 or 8482484. OLE color: 8482484.

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

Color convert

RGB180110129-
CMYK00.390.280.29
HSL343.71º31.82%56.86%-
HSV(B)343.71º38.89%70.59%-
XYZ28.3622.4423.61-
YUV133.1125.69161.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=42.96%
G=26.25%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011012900.390.280.29343.7131.8256.86
HexB46E810271C1D1582039
Octal26415620104734355304071
Binary1011010011011101000000101001111110011101101011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E81; }

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

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

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

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

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

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

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

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