#B46079

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

Shades of Tapestry #B46079

Tints of Tapestry #B46079

Color information

#B46079 (or 0xB46079) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 79. RGB value is (180,96,121). Sum of RGB (Red+Green+Blue) = 180+96+121=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46079 is #4B9F86. Grayscale: #7B7B7B. Windows color (decimal): -4956039 or 7954612. OLE color: 7954612.

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

Color convert

RGB18096121-
CMYK00.470.330.29
HSL342.14º35.9%54.12%-
HSV(B)342.14º46.67%70.59%-
XYZ26.4619.4520.45-
YUV123.97126.33167.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=45.34%
G=24.18%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809612100.470.330.29342.1435.954.12
HexB4607902F211D1562436
Octal26414017105741355264466
Binary1011010011000001111001010111110000111101101010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46079; }

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

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

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

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

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

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

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

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