#BA9564

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

Shades of Barley Corn #BA9564

Tints of Barley Corn #BA9564

Color information

#BA9564 (or 0xBA9564) is unknown color: approx Barley Corn. HEX triplet: BA, 95 and 64. RGB value is (186,149,100). Sum of RGB (Red+Green+Blue) = 186+149+100=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9564 is #456A9B. Grayscale: #9A9A9A. Windows color (decimal): -4549276 or 6591930. OLE color: 6591930.

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

Color convert

RGB186149100-
CMYK00.200.460.27
HSL34.19º38.39%56.08%-
HSV(B)34.19º46.24%72.94%-
XYZ33.332.8516.64-
YUV154.4897.26150.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=42.76%
G=34.25%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614910000.200.460.2734.1938.3956.08
HexBA95640142E1B222638
Octal2722251440245633424670
Binary1011101010010101110010001010010111011011100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9564; }

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

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

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

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

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

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

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

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