#BA9C64

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

Shades of Barley Corn #BA9C64

Tints of Barley Corn #BA9C64

Color information

#BA9C64 (or 0xBA9C64) is unknown color: approx Barley Corn. HEX triplet: BA, 9C and 64. RGB value is (186,156,100). Sum of RGB (Red+Green+Blue) = 186+156+100=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C64 is #45639B. Grayscale: #9E9E9E. Windows color (decimal): -4547484 or 6593722. OLE color: 6593722.

HSL color Cylindrical-coordinate representation of color #BA9C64: hue angle of 39.07º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA9C64 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186156100-
CMYK00.160.460.27
HSL39.07º38.39%56.08%-
HSV(B)39.07º46.24%72.94%-
XYZ34.4435.1417.02-
YUV158.5994.94147.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=42.08%
G=35.29%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615610000.160.460.2739.0738.3956.08
HexBA9C640102E1B272638
Octal2722341440205633474670
Binary1011101010011100110010001000010111011011100111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C64; }

 p { color: rgb(186,156,100); }

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

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

 a { background-color: rgb(186,156,100); }

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

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

 span { border-color: rgb(186,156,100); }

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