#B29964

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

Shades of Barley Corn #B29964

Tints of Barley Corn #B29964

Color information

#B29964 (or 0xB29964) is unknown color: approx Barley Corn. HEX triplet: B2, 99 and 64. RGB value is (178,153,100). Sum of RGB (Red+Green+Blue) = 178+153+100=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B29964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29964 is #4D669B. Grayscale: #9A9A9A. Windows color (decimal): -5072540 or 6592946. OLE color: 6592946.

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

Color convert

RGB178153100-
CMYK00.140.440.30
HSL40.77º33.62%54.51%-
HSV(B)40.77º43.82%69.8%-
XYZ32.0533.1716.77-
YUV154.4397.28144.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=41.30%
G=35.50%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815310000.140.440.3040.7733.6254.51
HexB299640E2C1E292237
Octal2622311440165436514267
Binary101100101001100111001000111010110011110101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29964; }

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

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

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

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

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

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

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

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