#B29E61

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

Shades of Barley Corn #B29E61

Tints of Barley Corn #B29E61

Color information

#B29E61 (or 0xB29E61) is unknown color: approx Barley Corn. HEX triplet: B2, 9E and 61. RGB value is (178,158,97). Sum of RGB (Red+Green+Blue) = 178+158+97=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E61 is #4D619E. Grayscale: #9D9D9D. Windows color (decimal): -5071263 or 6397618. OLE color: 6397618.

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

Color convert

RGB17815897-
CMYK00.110.460.30
HSL45.19º34.47%53.92%-
HSV(B)45.19º45.51%69.8%-
XYZ32.7434.7816.3-
YUV157.0394.13142.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=41.11%
G=36.49%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781589700.110.460.3045.1934.4753.92
HexB29E610B2E1E2d2236
Octal2622361410135636554266
Binary101100101001111011000010101110111011110101101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E61; }

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

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

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

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

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

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

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

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