#B29F6A

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

Shades of Tallow #B29F6A

Tints of Tallow #B29F6A

Color information

#B29F6A (or 0xB29F6A) is unknown color: approx Tallow. HEX triplet: B2, 9F and 6A. RGB value is (178,159,106). Sum of RGB (Red+Green+Blue) = 178+159+106=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F6A is #4D6095. Grayscale: #9E9E9E. Windows color (decimal): -5070998 or 6987698. OLE color: 6987698.

HSL color Cylindrical-coordinate representation of color #B29F6A: hue angle of 44.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B29F6A is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178159106-
CMYK00.110.400.30
HSL44.17º31.86%55.69%-
HSV(B)44.17º40.45%69.8%-
XYZ33.3635.318.69-
YUV158.6498.29141.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=40.18%
G=35.89%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815910600.110.400.3044.1731.8655.69
HexB29F6A0B281E2c2038
Octal2622371520135036544070
Binary101100101001111111010100101110100011110101100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F6A; }

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

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

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

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

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

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

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

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