#B29F77

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

Shades of Tallow #B29F77

Tints of Tallow #B29F77

Color information

#B29F77 (or 0xB29F77) is unknown color: approx Tallow. HEX triplet: B2, 9F and 77. RGB value is (178,159,119). Sum of RGB (Red+Green+Blue) = 178+159+119=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F77 is #4D6088. Grayscale: #A0A0A0. Windows color (decimal): -5070985 or 7839666. OLE color: 7839666.

HSL color Cylindrical-coordinate representation of color #B29F77: hue angle of 40.68º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B29F77 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB178159119-
CMYK00.110.330.30
HSL40.68º27.7%58.24%-
HSV(B)40.68º33.15%69.8%-
XYZ34.0935.5922.53-
YUV160.12104.79140.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 159 (62.5% from 255) = 34.87%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=39.04%
G=34.87%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815911900.110.330.3040.6827.758.24
HexB29F770B211E291c3a
Octal2622371670134136513472
Binary10110010100111111110111010111000011111010100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F77; }

 p { color: rgb(178,159,119); }

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

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

 a { background-color: rgb(178,159,119); }

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

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

 span { border-color: rgb(178,159,119); }

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