#B29A68

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

Shades of Barley Corn #B29A68

Tints of Barley Corn #B29A68

Color information

#B29A68 (or 0xB29A68) is unknown color: approx Barley Corn. HEX triplet: B2, 9A and 68. RGB value is (178,154,104). Sum of RGB (Red+Green+Blue) = 178+154+104=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A68 is #4D6597. Grayscale: #9B9B9B. Windows color (decimal): -5072280 or 6855346. OLE color: 6855346.

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

Color convert

RGB178154104-
CMYK00.130.420.30
HSL40.54º32.46%55.29%-
HSV(B)40.54º41.57%69.8%-
XYZ32.4133.5817.87-
YUV155.4898.95144.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=40.83%
G=35.32%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815410400.130.420.3040.5432.4655.29
HexB29A680D2A1E292037
Octal2622321500155236514067
Binary101100101001101011010000110110101011110101001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A68; }

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

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

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

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

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

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

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

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