#BA9D5B

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

Shades of Barley Corn #BA9D5B

Tints of Barley Corn #BA9D5B

Color information

#BA9D5B (or 0xBA9D5B) is unknown color: approx Barley Corn. HEX triplet: BA, 9D and 5B. RGB value is (186,157,91). Sum of RGB (Red+Green+Blue) = 186+157+91=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D5B is #4562A4. Grayscale: #9E9E9E. Windows color (decimal): -4547237 or 6004154. OLE color: 6004154.

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

Color convert

RGB18615791-
CMYK00.160.510.27
HSL41.68º40.77%54.31%-
HSV(B)41.68º51.08%72.94%-
XYZ34.235.3114.91-
YUV158.1590.11147.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 91 (35.94% from 255) = 20.97%
R=42.86%
G=36.18%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861579100.160.510.2741.6840.7754.31
HexBA9D5B010331B2a2936
Octal2722351330206333525166
Binary1011101010011101101101101000011001111011101010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D5B; }

 p { color: rgb(186,157,91); }

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

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

 a { background-color: rgb(186,157,91); }

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

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

 span { border-color: rgb(186,157,91); }

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