#B29C73

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

Shades of Tallow #B29C73

Tints of Tallow #B29C73

Color information

#B29C73 (or 0xB29C73) is unknown color: approx Tallow. HEX triplet: B2, 9C and 73. RGB value is (178,156,115). Sum of RGB (Red+Green+Blue) = 178+156+115=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C73 is #4D638C. Grayscale: #9E9E9E. Windows color (decimal): -5071757 or 7576754. OLE color: 7576754.

HSL color Cylindrical-coordinate representation of color #B29C73: hue angle of 39.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B29C73 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB178156115-
CMYK00.120.350.30
HSL39.05º29.03%57.45%-
HSV(B)39.05º35.39%69.8%-
XYZ33.3434.4821.12-
YUV157.9103.79142.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=39.64%
G=34.74%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815611500.120.350.3039.0529.0357.45
HexB29C730C231E271d39
Octal2622341630144336473571
Binary10110010100111001110011011001000111111010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C73; }

 p { color: rgb(178,156,115); }

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

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

 a { background-color: rgb(178,156,115); }

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

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

 span { border-color: rgb(178,156,115); }

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