#B46579

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

Shades of Tapestry #B46579

Tints of Tapestry #B46579

Color information

#B46579 (or 0xB46579) is unknown color: approx Tapestry. HEX triplet: B4, 65 and 79. RGB value is (180,101,121). Sum of RGB (Red+Green+Blue) = 180+101+121=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B46579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46579 is #4B9A86. Grayscale: #7E7E7E. Windows color (decimal): -4954759 or 7955892. OLE color: 7955892.

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

Color convert

RGB180101121-
CMYK00.440.330.29
HSL344.81º34.5%55.1%-
HSV(B)344.81º43.89%70.59%-
XYZ26.9320.3920.61-
YUV126.9124.67165.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=44.78%
G=25.12%
B=30.10%

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
Decimal18010112100.440.330.29344.8134.555.1
HexB4657902C211D1592237
Octal26414517105441355314267
Binary1011010011001011111001010110010000111101101011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46579; }

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

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

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

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

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

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

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

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