#B29A73

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

Shades of Fallow #B29A73

Tints of Fallow #B29A73

Color information

#B29A73 (or 0xB29A73) is unknown color: approx Fallow. HEX triplet: B2, 9A and 73. RGB value is (178,154,115). Sum of RGB (Red+Green+Blue) = 178+154+115=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A73 is #4D658C. Grayscale: #9C9C9C. Windows color (decimal): -5072269 or 7576242. OLE color: 7576242.

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

Color convert

RGB178154115-
CMYK00.130.350.30
HSL37.14º29.03%57.45%-
HSV(B)37.14º35.39%69.8%-
XYZ33.0133.8121.01-
YUV156.73104.45143.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=39.82%
G=34.45%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815411500.130.350.3037.1429.0357.45
HexB29A730D231E251d39
Octal2622321630154336453571
Binary10110010100110101110011011011000111111010010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A73; }

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

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

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

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

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

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

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

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