#B29C6D

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

Shades of Fallow #B29C6D

Tints of Fallow #B29C6D

Color information

#B29C6D (or 0xB29C6D) is unknown color: approx Fallow. HEX triplet: B2, 9C and 6D. RGB value is (178,156,109). Sum of RGB (Red+Green+Blue) = 178+156+109=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C6D is #4D6392. Grayscale: #9D9D9D. Windows color (decimal): -5071763 or 7183538. OLE color: 7183538.

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

Color convert

RGB178156109-
CMYK00.120.390.30
HSL40.87º30.94%56.27%-
HSV(B)40.87º38.76%69.8%-
XYZ33.0134.3519.36-
YUV157.22100.79142.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=40.18%
G=35.21%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815610900.120.390.3040.8730.9456.27
HexB29C6D0C271E291f38
Octal2622341550144736513770
Binary10110010100111001101101011001001111111010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C6D; }

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

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

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

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

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

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

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

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