#BA9D5E

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

Shades of Barley Corn #BA9D5E

Tints of Barley Corn #BA9D5E

Color information

#BA9D5E (or 0xBA9D5E) is unknown color: approx Barley Corn. HEX triplet: BA, 9D and 5E. RGB value is (186,157,94). Sum of RGB (Red+Green+Blue) = 186+157+94=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D5E is #4562A1. Grayscale: #9E9E9E. Windows color (decimal): -4547234 or 6200762. OLE color: 6200762.

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

Color convert

RGB18615794-
CMYK00.160.490.27
HSL41.09º40%54.9%-
HSV(B)41.09º49.46%72.94%-
XYZ34.3335.3615.61-
YUV158.4991.61147.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=42.56%
G=35.93%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861579400.160.490.2741.094054.9
HexBA9D5E010311B292837
Octal2722351360206133515067
Binary1011101010011101101111001000011000111011101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D5E; }

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

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

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

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

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

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

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

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