#BA9264

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

Shades of Barley Corn #BA9264

Tints of Barley Corn #BA9264

Color information

#BA9264 (or 0xBA9264) is unknown color: approx Barley Corn. HEX triplet: BA, 92 and 64. RGB value is (186,146,100). Sum of RGB (Red+Green+Blue) = 186+146+100=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9264 is #456D9B. Grayscale: #989898. Windows color (decimal): -4550044 or 6591162. OLE color: 6591162.

HSL color Cylindrical-coordinate representation of color #BA9264: hue angle of 32.09º 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 #BA9264 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186146100-
CMYK00.220.460.27
HSL32.09º38.39%56.08%-
HSV(B)32.09º46.24%72.94%-
XYZ32.8331.9216.49-
YUV152.7298.25151.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=43.06%
G=33.80%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614610000.220.460.2732.0938.3956.08
HexBA92640162E1B202638
Octal2722221440265633404670
Binary1011101010010010110010001011010111011011100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9264; }

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

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

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

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

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

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

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

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