#B29366

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

Shades of Barley Corn #B29366

Tints of Barley Corn #B29366

Color information

#B29366 (or 0xB29366) is unknown color: approx Barley Corn. HEX triplet: B2, 93 and 66. RGB value is (178,147,102). Sum of RGB (Red+Green+Blue) = 178+147+102=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B29366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29366 is #4D6C99. Grayscale: #979797. Windows color (decimal): -5074074 or 6722482. OLE color: 6722482.

HSL color Cylindrical-coordinate representation of color #B29366: hue angle of 35.53º 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 #B29366 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB178147102-
CMYK00.170.430.30
HSL35.53º33.04%54.9%-
HSV(B)35.53º42.7%69.8%-
XYZ31.1931.2916.97-
YUV151.14100.27147.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=41.69%
G=34.43%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814710200.170.430.3035.5333.0454.9
HexB293660112B1E242137
Octal2622231460215336444167
Binary1011001010010011110011001000110101111110100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29366; }

 p { color: rgb(178,147,102); }

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

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

 a { background-color: rgb(178,147,102); }

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

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

 span { border-color: rgb(178,147,102); }

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