#B46E83

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

Shades of Tapestry #B46E83

Tints of Tapestry #B46E83

Color information

#B46E83 (or 0xB46E83) is unknown color: approx Tapestry. HEX triplet: B4, 6E and 83. RGB value is (180,110,131). Sum of RGB (Red+Green+Blue) = 180+110+131=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E83 is #4B917C. Grayscale: #858585. Windows color (decimal): -4952445 or 8613556. OLE color: 8613556.

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

Color convert

RGB180110131-
CMYK00.390.270.29
HSL342º31.82%56.86%-
HSV(B)342º38.89%70.59%-
XYZ28.522.4924.31-
YUV133.32126.69161.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=42.76%
G=26.13%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011013100.390.270.2934231.8256.86
HexB46E830271B1D1562039
Octal26415620304733355264071
Binary1011010011011101000001101001111101111101101010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E83; }

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

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

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

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

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

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

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

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