#b29a5c

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

Shades of Barley Corn #B29A5C

Tints of Barley Corn #B29A5C

Color information

#B29A5C (or 0xB29A5C) is unknown color: approx Barley Corn. HEX triplet: B2, 9A and 5C. RGB value is (178,154,92). Sum of RGB (Red+Green+Blue) = 178+154+92=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A5C is #4D65A3. Grayscale: #9A9A9A. Windows color (decimal): -5072292 or 6068914. OLE color: 6068914.

HSL color Cylindrical-coordinate representation of color #B29A5C: hue angle of 43.26º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B29A5C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17815492-
CMYK00.130.480.30
HSL43.26º35.83%52.94%-
HSV(B)43.26º48.31%69.8%-
XYZ31.8533.3514.88-
YUV154.1192.95145.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=41.98%
G=36.32%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781549200.130.480.3043.2635.8352.94
HexB29A5C0D301E2b2435
Octal2622321340156036534465
Binary101100101001101010111000110111000011110101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29a5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29a5c; }

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

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

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

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

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

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

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

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