#BA9B5A

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

Shades of Barley Corn #BA9B5A

Tints of Barley Corn #BA9B5A

Color information

#BA9B5A (or 0xBA9B5A) is unknown color: approx Barley Corn. HEX triplet: BA, 9B and 5A. RGB value is (186,155,90). Sum of RGB (Red+Green+Blue) = 186+155+90=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B5A is #4564A5. Grayscale: #9D9D9D. Windows color (decimal): -4547750 or 5938106. OLE color: 5938106.

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

Color convert

RGB18615590-
CMYK00.170.520.27
HSL40.63º41.03%54.12%-
HSV(B)40.63º51.61%72.94%-
XYZ33.8234.6214.57-
YUV156.8690.27148.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=43.16%
G=35.96%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861559000.170.520.2740.6341.0354.12
HexBA9B5A011341B292936
Octal2722331320216433515166
Binary1011101010011011101101001000111010011011101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B5A; }

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

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

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

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

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

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

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

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