#B29164

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

Shades of Barley Corn #B29164

Tints of Barley Corn #B29164

Color information

#B29164 (or 0xB29164) is unknown color: approx Barley Corn. HEX triplet: B2, 91 and 64. RGB value is (178,145,100). Sum of RGB (Red+Green+Blue) = 178+145+100=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29164 is #4D6E9B. Grayscale: #959595. Windows color (decimal): -5074588 or 6590898. OLE color: 6590898.

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

Color convert

RGB178145100-
CMYK00.190.440.30
HSL34.62º33.62%54.51%-
HSV(B)34.62º43.82%69.8%-
XYZ30.7930.6416.35-
YUV149.7499.93148.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=42.08%
G=34.28%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814510000.190.440.3034.6233.6254.51
HexB291640132C1E232237
Octal2622211440235436434267
Binary1011001010010001110010001001110110011110100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29164; }

 p { color: rgb(178,145,100); }

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

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

 a { background-color: rgb(178,145,100); }

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

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

 span { border-color: rgb(178,145,100); }

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