#B46578

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

Shades of Tapestry #B46578

Tints of Tapestry #B46578

Color information

#B46578 (or 0xB46578) is unknown color: approx Tapestry. HEX triplet: B4, 65 and 78. RGB value is (180,101,120). Sum of RGB (Red+Green+Blue) = 180+101+120=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B46578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46578 is #4B9A87. Grayscale: #7E7E7E. Windows color (decimal): -4954760 or 7890356. OLE color: 7890356.

HSL color Cylindrical-coordinate representation of color #B46578: hue angle of 345.57º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46578 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180101120-
CMYK00.440.330.29
HSL345.57º34.5%55.1%-
HSV(B)345.57º43.89%70.59%-
XYZ26.8720.3720.28-
YUV126.79124.17165.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=44.89%
G=25.19%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010112000.440.330.29345.5734.555.1
HexB4657802C211D15a2237
Octal26414517005441355324267
Binary1011010011001011111000010110010000111101101011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46578; }

 p { color: rgb(180,101,120); }

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

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

 a { background-color: rgb(180,101,120); }

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

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

 span { border-color: rgb(180,101,120); }

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