#B46E7D

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

Shades of Tapestry #B46E7D

Tints of Tapestry #B46E7D

Color information

#B46E7D (or 0xB46E7D) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 7D. RGB value is (180,110,125). Sum of RGB (Red+Green+Blue) = 180+110+125=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E7D is #4B9182. Grayscale: #848484. Windows color (decimal): -4952451 or 8220340. OLE color: 8220340.

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

Color convert

RGB180110125-
CMYK00.390.310.29
HSL347.14º31.82%56.86%-
HSV(B)347.14º38.89%70.59%-
XYZ28.122.3422.23-
YUV132.64123.69161.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=43.37%
G=26.51%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011012500.390.310.29347.1431.8256.86
HexB46E7D0271F1D15b2039
Octal26415617504737355334071
Binary101101001101110111110101001111111111101101011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E7D; }

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

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

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

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

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

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

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

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