#B29E64

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

Shades of Barley Corn #B29E64

Tints of Barley Corn #B29E64

Color information

#B29E64 (or 0xB29E64) is unknown color: approx Barley Corn. HEX triplet: B2, 9E and 64. RGB value is (178,158,100). Sum of RGB (Red+Green+Blue) = 178+158+100=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E64 is #4D619B. Grayscale: #9D9D9D. Windows color (decimal): -5071260 or 6594226. OLE color: 6594226.

HSL color Cylindrical-coordinate representation of color #B29E64: hue angle of 44.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B29E64 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB178158100-
CMYK00.110.440.30
HSL44.62º33.62%54.51%-
HSV(B)44.62º43.82%69.8%-
XYZ32.8934.8417.05-
YUV157.3795.63142.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=40.83%
G=36.24%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815810000.110.440.3044.6233.6254.51
HexB29E640B2C1E2d2237
Octal2622361440135436554267
Binary101100101001111011001000101110110011110101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E64; }

 p { color: rgb(178,158,100); }

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

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

 a { background-color: rgb(178,158,100); }

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

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

 span { border-color: rgb(178,158,100); }

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