#b46979

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

Shades of Tapestry #B46979

Tints of Tapestry #B46979

Color information

#B46979 (or 0xB46979) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 79. RGB value is (180,105,121). Sum of RGB (Red+Green+Blue) = 180+105+121=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B46979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46979 is #4B9686. Grayscale: #818181. Windows color (decimal): -4953735 or 7956916. OLE color: 7956916.

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

Color convert

RGB180105121-
CMYK00.420.330.29
HSL347.2º33.33%55.88%-
HSV(B)347.2º41.67%70.59%-
XYZ27.3321.1920.74-
YUV129.25123.35164.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=44.33%
G=25.86%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010512100.420.330.29347.233.3355.88
HexB4697902A211D15b2138
Octal26415117105241355334170
Binary1011010011010011111001010101010000111101101011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46979; }

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

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

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

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

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

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

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

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