#B29D65

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

Shades of Barley Corn #B29D65

Tints of Barley Corn #B29D65

Color information

#B29D65 (or 0xB29D65) is unknown color: approx Barley Corn. HEX triplet: B2, 9D and 65. RGB value is (178,157,101). Sum of RGB (Red+Green+Blue) = 178+157+101=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D65 is #4D629A. Grayscale: #9D9D9D. Windows color (decimal): -5071515 or 6659506. OLE color: 6659506.

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

Color convert

RGB178157101-
CMYK00.120.430.30
HSL43.64º33.33%54.71%-
HSV(B)43.64º43.26%69.8%-
XYZ32.7734.5217.25-
YUV156.996.46143.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 157 (61.72% from 255) = 36.01%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=40.83%
G=36.01%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815710100.120.430.3043.6433.3354.71
HexB29D650C2B1E2c2137
Octal2622351450145336544167
Binary101100101001110111001010110010101111110101100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D65; }

 p { color: rgb(178,157,101); }

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

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

 a { background-color: rgb(178,157,101); }

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

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

 span { border-color: rgb(178,157,101); }

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