#B46477

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

Shades of Tapestry #B46477

Tints of Tapestry #B46477

Color information

#B46477 (or 0xB46477) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 77. RGB value is (180,100,119). Sum of RGB (Red+Green+Blue) = 180+100+119=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B46477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46477 is #4B9B88. Grayscale: #7E7E7E. Windows color (decimal): -4955017 or 7824564. OLE color: 7824564.

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

Color convert

RGB180100119-
CMYK00.440.340.29
HSL345.75º34.78%54.9%-
HSV(B)345.75º44.44%70.59%-
XYZ26.7120.1519.93-
YUV126.09124166.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=45.11%
G=25.06%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010011900.440.340.29345.7534.7854.9
HexB4647702C221D15a2337
Octal26414416705442355324367
Binary1011010011001001110111010110010001011101101011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46477; }

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

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

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

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

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

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

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

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