#BA9C5A

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

Shades of Barley Corn #BA9C5A

Tints of Barley Corn #BA9C5A

Color information

#BA9C5A (or 0xBA9C5A) is unknown color: approx Barley Corn. HEX triplet: BA, 9C and 5A. RGB value is (186,156,90). Sum of RGB (Red+Green+Blue) = 186+156+90=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C5A is #4563A5. Grayscale: #9D9D9D. Windows color (decimal): -4547494 or 5938362. OLE color: 5938362.

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

Color convert

RGB18615690-
CMYK00.160.520.27
HSL41.25º41.03%54.12%-
HSV(B)41.25º51.61%72.94%-
XYZ33.9834.9514.63-
YUV157.4589.94148.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=43.06%
G=36.11%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861569000.160.520.2741.2541.0354.12
HexBA9C5A010341B292936
Octal2722341320206433515166
Binary1011101010011100101101001000011010011011101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C5A; }

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

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

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

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

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

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

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

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