#B49764

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

Shades of Barley Corn #B49764

Tints of Barley Corn #B49764

Color information

#B49764 (or 0xB49764) is unknown color: approx Barley Corn. HEX triplet: B4, 97 and 64. RGB value is (180,151,100). Sum of RGB (Red+Green+Blue) = 180+151+100=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B49764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49764 is #4B689B. Grayscale: #9A9A9A. Windows color (decimal): -4941980 or 6592436. OLE color: 6592436.

HSL color Cylindrical-coordinate representation of color #B49764: hue angle of 38.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B49764 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180151100-
CMYK00.160.440.29
HSL38.25º34.78%54.9%-
HSV(B)38.25º44.44%70.59%-
XYZ32.1932.7616.68-
YUV153.8697.61146.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=41.76%
G=35.03%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015110000.160.440.2938.2534.7854.9
HexB497640102C1D262337
Octal2642271440205435464367
Binary1011010010010111110010001000010110011101100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49764; }

 p { color: rgb(180,151,100); }

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

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

 a { background-color: rgb(180,151,100); }

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

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

 span { border-color: rgb(180,151,100); }

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