#B29D60

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

Shades of Barley Corn #B29D60

Tints of Barley Corn #B29D60

Color information

#B29D60 (or 0xB29D60) is unknown color: approx Barley Corn. HEX triplet: B2, 9D and 60. RGB value is (178,157,96). Sum of RGB (Red+Green+Blue) = 178+157+96=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D60 is #4D629F. Grayscale: #9C9C9C. Windows color (decimal): -5071520 or 6331826. OLE color: 6331826.

HSL color Cylindrical-coordinate representation of color #B29D60: hue angle of 44.63º degrees, saturation: 0.35, 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 #B29D60 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17815796-
CMYK00.120.460.30
HSL44.63º34.75%53.73%-
HSV(B)44.63º46.07%69.8%-
XYZ32.5334.4216-
YUV156.3293.96143.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=41.30%
G=36.43%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781579600.120.460.3044.6334.7553.73
HexB29D600C2E1E2d2336
Octal2622351400145636554366
Binary101100101001110111000000110010111011110101101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D60; }

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

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

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

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

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

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

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

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