#B29A64

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

Shades of Barley Corn #B29A64

Tints of Barley Corn #B29A64

Color information

#B29A64 (or 0xB29A64) is unknown color: approx Barley Corn. HEX triplet: B2, 9A and 64. RGB value is (178,154,100). Sum of RGB (Red+Green+Blue) = 178+154+100=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A64 is #4D659B. Grayscale: #9B9B9B. Windows color (decimal): -5072284 or 6593202. OLE color: 6593202.

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

Color convert

RGB178154100-
CMYK00.130.440.30
HSL41.54º33.62%54.51%-
HSV(B)41.54º43.82%69.8%-
XYZ32.2233.516.82-
YUV155.0296.95144.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=41.20%
G=35.65%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815410000.130.440.3041.5433.6254.51
HexB29A640D2C1E2a2237
Octal2622321440155436524267
Binary101100101001101011001000110110110011110101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A64; }

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

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

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

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

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

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

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

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