#B29D73

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

Shades of Tallow #B29D73

Tints of Tallow #B29D73

Color information

#B29D73 (or 0xB29D73) is unknown color: approx Tallow. HEX triplet: B2, 9D and 73. RGB value is (178,157,115). Sum of RGB (Red+Green+Blue) = 178+157+115=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D73 is #4D628C. Grayscale: #9E9E9E. Windows color (decimal): -5071501 or 7577010. OLE color: 7577010.

HSL color Cylindrical-coordinate representation of color #B29D73: hue angle of 40º 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 #B29D73 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB178157115-
CMYK00.120.350.30
HSL40º29.03%57.45%-
HSV(B)40º35.39%69.8%-
XYZ33.5134.8221.17-
YUV158.49103.46141.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=39.56%
G=34.89%
B=25.56%

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
Decimal17815711500.120.350.304029.0357.45
HexB29D730C231E281d39
Octal2622351630144336503571
Binary10110010100111011110011011001000111111010100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D73; }

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

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

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

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

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

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

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

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