#B29662

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

Shades of Barley Corn #B29662

Tints of Barley Corn #B29662

Color information

#B29662 (or 0xB29662) is unknown color: approx Barley Corn. HEX triplet: B2, 96 and 62. RGB value is (178,150,98). Sum of RGB (Red+Green+Blue) = 178+150+98=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B29662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29662 is #4D699D. Grayscale: #989898. Windows color (decimal): -5073310 or 6461106. OLE color: 6461106.

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

Color convert

RGB17815098-
CMYK00.160.450.30
HSL39º34.19%54.12%-
HSV(B)39º44.94%69.8%-
XYZ31.4732.1616.1-
YUV152.4497.28146.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 98 (38.67% from 255) = 23.00%
R=41.78%
G=35.21%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781509800.160.450.303934.1954.12
HexB296620102D1E272236
Octal2622261420205536474266
Binary1011001010010110110001001000010110111110100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29662; }

 p { color: rgb(178,150,98); }

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

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

 a { background-color: rgb(178,150,98); }

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

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

 span { border-color: rgb(178,150,98); }

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