#B46779

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

Shades of Tapestry #B46779

Tints of Tapestry #B46779

Color information

#B46779 (or 0xB46779) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 79. RGB value is (180,103,121). Sum of RGB (Red+Green+Blue) = 180+103+121=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B46779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46779 is #4B9886. Grayscale: #808080. Windows color (decimal): -4954247 or 7956404. OLE color: 7956404.

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

Color convert

RGB180103121-
CMYK00.430.330.29
HSL345.97º33.92%55.49%-
HSV(B)345.97º42.78%70.59%-
XYZ27.1220.7820.67-
YUV128.08124.01165.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=44.55%
G=25.50%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010312100.430.330.29345.9733.9255.49
HexB4677902B211D15a2237
Octal26414717105341355324267
Binary1011010011001111111001010101110000111101101011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46779; }

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

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

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

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

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

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

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

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