#B46677

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

Shades of Tapestry #B46677

Tints of Tapestry #B46677

Color information

#B46677 (or 0xB46677) is unknown color: approx Tapestry. HEX triplet: B4, 66 and 77. RGB value is (180,102,119). Sum of RGB (Red+Green+Blue) = 180+102+119=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B46677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46677 is #4B9988. Grayscale: #7F7F7F. Windows color (decimal): -4954505 or 7825076. OLE color: 7825076.

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

Color convert

RGB180102119-
CMYK00.430.340.29
HSL346.92º34.21%55.29%-
HSV(B)346.92º43.33%70.59%-
XYZ26.920.5420-
YUV127.26123.34165.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=44.89%
G=25.44%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010211900.430.340.29346.9234.2155.29
HexB4667702B221D15b2237
Octal26414616705342355334267
Binary1011010011001101110111010101110001011101101011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46677; }

 p { color: rgb(180,102,119); }

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

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

 a { background-color: rgb(180,102,119); }

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

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

 span { border-color: rgb(180,102,119); }

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