#B46479

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

Shades of Tapestry #B46479

Tints of Tapestry #B46479

Color information

#B46479 (or 0xB46479) is unknown color: approx Tapestry. HEX triplet: B4, 64 and 79. RGB value is (180,100,121). Sum of RGB (Red+Green+Blue) = 180+100+121=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B46479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46479 is #4B9B86. Grayscale: #7E7E7E. Windows color (decimal): -4955015 or 7955636. OLE color: 7955636.

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

Color convert

RGB180100121-
CMYK00.440.330.29
HSL344.25º34.78%54.9%-
HSV(B)344.25º44.44%70.59%-
XYZ26.8320.220.57-
YUV126.31125166.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=44.89%
G=24.94%
B=30.17%

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
Decimal18010012100.440.330.29344.2534.7854.9
HexB4647902C211D1582337
Octal26414417105441355304367
Binary1011010011001001111001010110010000111101101011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46479; }

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

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

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

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

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

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

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

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