#B46179

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

Shades of Tapestry #B46179

Tints of Tapestry #B46179

Color information

#B46179 (or 0xB46179) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 79. RGB value is (180,97,121). Sum of RGB (Red+Green+Blue) = 180+97+121=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B46179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46179 is #4B9E86. Grayscale: #7C7C7C. Windows color (decimal): -4955783 or 7954868. OLE color: 7954868.

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

Color convert

RGB18097121-
CMYK00.460.330.29
HSL342.65º35.62%54.31%-
HSV(B)342.65º46.11%70.59%-
XYZ26.5519.6320.48-
YUV124.55126167.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=45.23%
G=24.37%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809712100.460.330.29342.6535.6254.31
HexB4617902E211D1572436
Octal26414117105641355274466
Binary1011010011000011111001010111010000111101101010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46179; }

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

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

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

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

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

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

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

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